diff options
| author | hathach <[email protected]> | 2018-11-28 16:10:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-28 16:10:31 +0700 |
| commit | 8b03b6d3b45167b8db805ca95aafce92a1a2e4b0 (patch) | |
| tree | 2d750c447dfbfb09d23628fcdbcd74154f1064ca /src/class | |
| parent | a3cc52829b81e80fa37c33be5c0d0c81c909cfb7 (diff) | |
add Auto descriptor endpoint num config to support lpc17xx
CFG_TUD_DESC_*_EPNUM
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/msc/msc_device.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/class/msc/msc_device.h b/src/class/msc/msc_device.h index b268830ca..4053679b8 100644 --- a/src/class/msc/msc_device.h +++ b/src/class/msc/msc_device.h @@ -71,16 +71,6 @@ TU_VERIFY_STATIC(CFG_TUD_MSC_BUFSIZE < UINT16_MAX, "Size is not correct"); #error CFG_TUD_MSC_PRODUCT_REV 4-byte string must be defined
#endif
-// TODO highspeed device is 512
-#ifndef CFG_TUD_MSC_EPSIZE
-#if TUD_OPT_HIGH_SPEED
-#define CFG_TUD_MSC_EPSIZE 512
-#else
-#define CFG_TUD_MSC_EPSIZE 64
-#endif
-#endif
-
-
#ifdef __cplusplus
extern "C" {
#endif
|
