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 /docs | |
| parent | 5b09774ae05d15cb18ff9920864535b8444a1c3c (diff) | |
rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration.txt b/docs/configuration.txt index 896c9da6c..33eb4efbf 100644 --- a/docs/configuration.txt +++ b/docs/configuration.txt @@ -44,8 +44,8 @@ #define CFG_TUSB_HOST_HID_KEYBOARD ///< Enable HID Class for Keyboard #define CFG_TUSB_HOST_HID_MOUSE ///< Enable HID Class for Mouse #define CFG_TUSB_HOST_HID_GENERIC ///< Enable HID Class for Generic (not supported yet) -#define CFG_TUSB_HOST_MSC ///< Enable Mass Storage Class (SCSI subclass only) -#define CFG_TUSB_HOST_CDC ///< Enable Virtual Serial (Communication Device Class) +#define CFG_TUH_MSC ///< Enable Mass Storage Class (SCSI subclass only) +#define CFG_TUH_CDC ///< Enable Virtual Serial (Communication Device Class) /** @} */ /** @} */ // group Host |
