From cfe7a3d23b4639c3578b166fc865450bc439d82c Mon Sep 17 00:00:00 2001 From: hathach Date: Sat, 19 Jan 2013 00:57:58 +0700 Subject: change error type to lower case for more consistency change Error Enum to TUSB prefix for more consistency start to add check for OS configure --- tests/test/support/tusb_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test/support/tusb_config.h b/tests/test/support/tusb_config.h index ae2d29b70..52e2506cf 100644 --- a/tests/test/support/tusb_config.h +++ b/tests/test/support/tusb_config.h @@ -71,6 +71,8 @@ #define TUSB_CFG_DEBUG 3 +#define TUSB_CFG_OS TUSB_OS_NONE + #ifdef __CODE_RED // make use of code red's support for ram region macros #if (MCU == MCU_LPC11UXX) || (MCU == MCU_LPC13UXX) #define TUSB_RAM_SECTION ".data.$RAM2" -- cgit v1.3.1