diff options
| author | hathach <[email protected]> | 2018-04-12 13:23:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-04-12 13:23:52 +0700 |
| commit | 4b660175beea2c76a1a761e3840937d9784ab201 (patch) | |
| tree | 2d3b595aa8bf9e1ffcb7dd1feafd92275e92994e /tinyusb/tusb.h | |
| parent | 3d31f921068d906f6f63f59a3b10784f28e97d4d (diff) | |
rename CFG_TUSB_DEVICE_* to CFG_TUD_*
Diffstat (limited to 'tinyusb/tusb.h')
| -rw-r--r-- | tinyusb/tusb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/tusb.h b/tinyusb/tusb.h index f469ca33e..f719e159d 100644 --- a/tinyusb/tusb.h +++ b/tinyusb/tusb.h @@ -80,11 +80,11 @@ #include "class/hid/hid_device.h"
#endif
- #if CFG_TUSB_DEVICE_CDC
+ #if CFG_TUD_CDC
#include "class/cdc/cdc_device.h"
#endif
- #if CFG_TUSB_DEVICE_MSC
+ #if CFG_TUD_MSC
#include "class/msc/msc_device.h"
#endif
#endif
|
