summaryrefslogtreecommitdiff
path: root/demos/device/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-12 14:43:58 +0700
committerhathach <[email protected]>2014-03-12 14:43:58 +0700
commit0f0d9d127b9f529b42f6a56fb5282f2bc993c3bb (patch)
treebb9d915be0ad68a9c6c081248c9d570dd517ce20 /demos/device/src
parentb6e4c0d34897a574b2f49074bb57dc91584da77c (diff)
able to build lpc11u with IAR
clean ending warming with IAR
Diffstat (limited to 'demos/device/src')
-rw-r--r--demos/device/src/tusb_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/device/src/tusb_config.h b/demos/device/src/tusb_config.h
index 9059a5471..fc2d3b09a 100644
--- a/demos/device/src/tusb_config.h
+++ b/demos/device/src/tusb_config.h
@@ -83,6 +83,9 @@
#define TUSB_CFG_OS_TICKS_PER_SECOND 1000
+//--------------------------------------------------------------------+
+// USB RAM PLACEMENT
+//--------------------------------------------------------------------+
#ifdef __CODE_RED // compiled with lpcxpresso
#if (TUSB_CFG_MCU == MCU_LPC11UXX) || (TUSB_CFG_MCU == MCU_LPC13UXX)
#define TUSB_RAM_SECTION ".data.$RAM2"