[CDC]
- add configure option - add include path - add driver function table
This commit is contained in:
@@ -63,11 +63,14 @@
|
||||
#include "class/hid_host.h"
|
||||
#endif
|
||||
|
||||
// #define HOST_CLASS_MSC // FIXME hack to test massstorage class
|
||||
#ifdef HOST_CLASS_MSC
|
||||
#if TUSB_CFG_HOST_MSC
|
||||
#include "class/msc_host.h"
|
||||
#endif
|
||||
|
||||
#if TUSB_CFG_HOST_CDC
|
||||
#include "class/cdc_host.h"
|
||||
#endif
|
||||
|
||||
#if TUSB_CFG_HOST_CUSTOM_CLASS
|
||||
#include "class/custom_class.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user