diff options
| author | hathach <[email protected]> | 2013-09-19 18:17:13 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-09-19 18:18:05 +0700 |
| commit | d8907c9a2bec155858ae4e5c04dfac60e339418d (patch) | |
| tree | f86192eb1fde7ac261cf8a1f67fc504273b16974 /demos/host/src | |
| parent | 86681fe44226c636e62320f3cedcaddcd53259e9 (diff) | |
IAR host none project working
Diffstat (limited to 'demos/host/src')
| -rw-r--r-- | demos/host/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h index b44c2ee73..dba30c76c 100644 --- a/demos/host/src/tusb_config.h +++ b/demos/host/src/tusb_config.h @@ -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 |
