diff options
| author | hathach <[email protected]> | 2018-12-06 22:24:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-06 22:24:31 +0700 |
| commit | 7d3ff7aff6aed13377a4cd12f1d8f2ad91720f80 (patch) | |
| tree | d560ab62d9c685affeaf4c286e2b495d6c6073da /src/tusb.h | |
| parent | 5b09774ae05d15cb18ff9920864535b8444a1c3c (diff) | |
rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tusb.h b/src/tusb.h index 4f8918ce5..e31513f87 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -59,11 +59,11 @@ #include "class/hid/hid_host.h"
#endif
- #if CFG_TUSB_HOST_MSC
+ #if CFG_TUH_MSC
#include "class/msc/msc_host.h"
#endif
- #if CFG_TUSB_HOST_CDC
+ #if CFG_TUH_CDC
#include "class/cdc/cdc_host.h"
#endif
|
