diff options
| author | hathach <[email protected]> | 2018-11-30 12:48:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-30 12:48:06 +0700 |
| commit | d96347a0f5ec9272088b11425e1a8a3fb4115e8a (patch) | |
| tree | 85de88a69e643146927cc64b20da8e8ca51a27eb /src/class | |
| parent | 0bc80dc3867c8e2ed35c66b70913871a45a9d59c (diff) | |
rename OPT_MCU_LPC13UXX to OPT_MCU_LPC13XX
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/msc/msc_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/msc/msc_device.c b/src/class/msc/msc_device.c index 4fc3dd1b5..83c9990d8 100644 --- a/src/class/msc/msc_device.c +++ b/src/class/msc/msc_device.c @@ -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
|
