summaryrefslogtreecommitdiff
path: root/demos/host/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-06 12:51:16 +0700
committerhathach <[email protected]>2014-03-06 12:51:16 +0700
commitf0e705c8da1add863afb8d1aca75317d9f1d96f4 (patch)
tree8d65011322f556902044bd4d21a646526c63af4d /demos/host/src
parent301be3203c376dfa5b626019c47e656d6349afbb (diff)
IAR host freertos works with EA4357
Diffstat (limited to 'demos/host/src')
-rw-r--r--demos/host/src/tusb_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h
index 09e481bbd..3315897cf 100644
--- a/demos/host/src/tusb_config.h
+++ b/demos/host/src/tusb_config.h
@@ -109,11 +109,11 @@
#define TUSB_CFG_ATTR_USBRAM __attribute__ ((section(TUSB_RAM_SECTION)))
-#elif defined __CC_ARM // Compiled with Keil armcc
+#elif defined __CC_ARM // Compiled with Keil armcc
#define TUSB_CFG_ATTR_USBRAM
-#elif __ICCARM__ // compiled with IAR
+#elif defined __ICCARM__ // compiled with IAR
#define TUSB_CFG_ATTR_USBRAM @ ".ahb_sram1"