From 0f0d9d127b9f529b42f6a56fb5282f2bc993c3bb Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 12 Mar 2014 14:43:58 +0700 Subject: able to build lpc11u with IAR clean ending warming with IAR --- demos/device/src/tusb_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'demos/device/src') 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" -- cgit v1.3.1