rename OPT_MCU_LPC13UXX to OPT_MCU_LPC13XX

This commit is contained in:
hathach
2018-11-30 12:48:06 +07:00
parent 0bc80dc386
commit d96347a0f5
9 changed files with 16 additions and 16 deletions

View File

@@ -62,7 +62,7 @@ enum
typedef struct {
CFG_TUSB_MEM_ALIGN msc_cbw_t cbw;
//#if defined (__ICCARM__) && (CFG_TUSB_MCU == OPT_MCU_LPC11UXX || CFG_TUSB_MCU == OPT_MCU_LPC13UXX)
//#if defined (__ICCARM__) && (CFG_TUSB_MCU == OPT_MCU_LPC11UXX || CFG_TUSB_MCU == OPT_MCU_LPC13XX)
// uint8_t padding1[64-sizeof(msc_cbw_t)]; // IAR cannot align struct's member
//#endif