diff options
| author | hathach <[email protected]> | 2013-04-08 03:45:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-04-08 03:45:31 +0700 |
| commit | ef850984dae94b424959ebba5563aedeeeb3f52b (patch) | |
| tree | 7033a2016df5b9bdc234f16d3ed1feba9b689740 /tinyusb/mcu_capacity.h | |
| parent | 95df92055c355b8184675663a2d4c66ad6c21d51 (diff) | |
move MCU define to tusb_option.h, fix the ATTR with USB RAM
hack: add delay before the very first xfer when enumerating (finalize later
after reading USB 2.0 specs)
Diffstat (limited to 'tinyusb/mcu_capacity.h')
| -rw-r--r-- | tinyusb/mcu_capacity.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tinyusb/mcu_capacity.h b/tinyusb/mcu_capacity.h index 574921330..2fbcbfdee 100644 --- a/tinyusb/mcu_capacity.h +++ b/tinyusb/mcu_capacity.h @@ -51,13 +51,6 @@ #ifndef _TUSB_MCU_CAPACITY_H_ #define _TUSB_MCU_CAPACITY_H_ -#define MCU_LPC13UXX 1 -#define MCU_LPC11UXX 2 -#define MCU_LPC43XX 3 -#define MCU_LPC18XX 4 -#define MCU_LPC175X_6X 5 -#define MCU_LPC177X_8X 6 - #ifdef __cplusplus extern "C" { #endif |
