add external configure file: tusb_config.h
rename the internal/default configure from tusb_cfg.h to tusb_option.h
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
#include "error.h"
|
||||
#include "mw_usbd.h"
|
||||
#include "tusb_cfg.h"
|
||||
#include "tusb_option.h"
|
||||
|
||||
/** \file
|
||||
* \brief ROM API for USB device stack.
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "mw_usbd.h"
|
||||
#include "mw_usbd_msc.h"
|
||||
#include "mw_usbd_core.h"
|
||||
#include "tusb_cfg.h"
|
||||
#include "tusb_option.h"
|
||||
|
||||
/** \file
|
||||
* \brief Mass Storage Class (MSC) API structures and function prototypes.
|
||||
|
||||
Reference in New Issue
Block a user