diff options
| author | hathach <[email protected]> | 2018-04-12 13:04:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-04-12 13:04:48 +0700 |
| commit | e1272159d8b32e2f5478b35fa0e727cfc5c417e3 (patch) | |
| tree | ee7e617d7d0e354a25918eaee681c951a2d5c165 /tinyusb/class | |
| parent | 18f97fef7e35937c017f2b2ad2300a920256f66b (diff) | |
rename MCU_ to OPT_MCU
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/msc/msc_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/msc/msc_device.c b/tinyusb/class/msc/msc_device.c index 6117d1770..4c0659292 100644 --- a/tinyusb/class/msc/msc_device.c +++ b/tinyusb/class/msc/msc_device.c @@ -64,7 +64,7 @@ typedef struct { uint8_t scsi_data[64];
CFG_TUSB_MEM_ALIGN msc_cbw_t cbw;
-#if defined (__ICCARM__) && (CFG_TUSB_MCU == MCU_LPC11UXX || CFG_TUSB_MCU == MCU_LPC13UXX)
+#if defined (__ICCARM__) && (CFG_TUSB_MCU == OPT_MCU_LPC11UXX || CFG_TUSB_MCU == OPT_MCU_LPC13UXX)
uint8_t padding1[64-sizeof(msc_cbw_t)]; // IAR cannot align struct's member
#endif
|
