diff options
| author | hathach <[email protected]> | 2018-04-10 14:43:13 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-04-10 14:43:13 +0700 |
| commit | 81935c91e98e76108d045df2581772c3a34a99ce (patch) | |
| tree | cff9feb178a2a7d896066298084e88539f0300f7 /doxygen | |
| parent | 3c2467196070eeedd4171e183db04fb815677246 (diff) | |
rename CFG_TUSB_DEVICE_CONTROL_ENDOINT_SIZE to CFG_TUSB_DEVICE_ENDOINT0_SIZE
Diffstat (limited to 'doxygen')
| -rw-r--r-- | doxygen/configuration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/configuration.txt b/doxygen/configuration.txt index 8f5887718..de373c535 100644 --- a/doxygen/configuration.txt +++ b/doxygen/configuration.txt @@ -57,7 +57,7 @@ /** \defgroup CFG_TUSB_DEVICE Device Options * @{ */ -#define CFG_TUSB_DEVICE_CONTROL_ENDOINT_SIZE ///< Max packet size of Cotnrol Endpoint, default is 64 +#define CFG_TUSB_DEVICE_ENDOINT0_SIZE ///< Max packet size of Cotnrol Endpoint, default is 64 /// Application MUST define this variable and initialize its pointers's member to all required USB descriptors including /// Device Descriptor, Configuration Descriptor, String Descriptors, HID Report Descriptors etc ... |
