change MCU to TUSB_CFG_MCU

This commit is contained in:
hathach
2013-11-25 12:48:27 +07:00
parent 41ffcaf4a5
commit a5ba283557
27 changed files with 84 additions and 115 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
#endif
// LPC11uxx and LPC13uxx requires each buffer has to be 64-byte alignment
#if MCU == MCU_LPC11UXX || MCU == MCU_LPC13UXX
#if TUSB_CFG_MCU == MCU_LPC11UXX || TUSB_CFG_MCU == MCU_LPC13UXX
#define ATTR_USB_MIN_ALIGNMENT ATTR_ALIGNED(64)
#else
#define ATTR_USB_MIN_ALIGNMENT