diff options
| author | hathach <[email protected]> | 2014-03-12 14:01:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-12 14:03:17 +0700 |
| commit | 8f03dea95a5d8cb4ebd72b0da74cd51365c8d936 (patch) | |
| tree | a7975df64f2a8f1e9a9c4bd71fe47941c3898556 /demos/device/src/tusb_config.h | |
| parent | c92b03edfb33deadc06c81206452270f23f2cf17 (diff) | |
fix iar warning
Diffstat (limited to 'demos/device/src/tusb_config.h')
| -rw-r--r-- | demos/device/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/device/src/tusb_config.h b/demos/device/src/tusb_config.h index 70200268d..77cc628a9 100644 --- a/demos/device/src/tusb_config.h +++ b/demos/device/src/tusb_config.h @@ -114,7 +114,7 @@ #define TUSB_CFG_ATTR_USBRAM _Pragma("location=\".ahb_sram1\"")
#elif (TUSB_CFG_MCU == MCU_LPC175X_6X)
#define TUSB_CFG_ATTR_USBRAM
- #elif (TUSB_CFG_MCU == MCU_LPC11UXX)
+ #elif (TUSB_CFG_MCU == MCU_LPC11UXX) || (TUSB_CFG_MCU == MCU_LPC13UXX)
#define TUSB_CFG_ATTR_USBRAM _Pragma("location=\"USB_PACKET_MEMORY\"")
#endif
|
