IAR host none project working

This commit is contained in:
hathach
2013-09-19 18:17:13 +07:00
parent 86681fe442
commit d8907c9a2b
4 changed files with 40 additions and 34 deletions

View File

@@ -114,7 +114,7 @@
#elif defined __CC_ARM // Compiled with Keil armcc
#define TUSB_CFG_ATTR_USBRAM
#elif __ICCARM__ // compiled with IAR
#define TUSB_CFG_ATTR_USBRAM
#define TUSB_CFG_ATTR_USBRAM @ ".ahb_sram1"
#else
#error compiler not specified
#endif