From 18f97fef7e35937c017f2b2ad2300a920256f66b Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 12 Apr 2018 12:55:53 +0700 Subject: rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS --- tests/support/tusb_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/support/tusb_config.h b/tests/support/tusb_config.h index 85718cfe3..39d62d784 100644 --- a/tests/support/tusb_config.h +++ b/tests/support/tusb_config.h @@ -86,7 +86,7 @@ #define CFG_TUSB_DEBUG 3 -#define CFG_TUSB_OS TUSB_OS_NONE +#define CFG_TUSB_OS OPT_OS_NONE #define CFG_TUSB_ATTR_USBRAM #ifdef __cplusplus -- cgit v1.3.1