From 7976e2fd55d33a0bf8a74a729eb246a8842d58ee Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 18 Jan 2013 12:41:30 +0700 Subject: prepare test project for 43xx host test --- tinyusb/tusb_option.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tinyusb') diff --git a/tinyusb/tusb_option.h b/tinyusb/tusb_option.h index 0d321f08e..2bdbd402a 100644 --- a/tinyusb/tusb_option.h +++ b/tinyusb/tusb_option.h @@ -54,9 +54,7 @@ #endif /// define this symbol will make tinyusb look for external configure file -#ifndef _TEST_ // TODO allow configurable name - #include "tusb_config.h" -#endif +#include "tusb_config.h" /// 0: no debug information 3: most debug information provided #ifndef TUSB_CFG_DEBUG -- cgit v1.3.1