summaryrefslogtreecommitdiff
path: root/tinyusb
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-01-18 12:41:30 +0700
committerhathach <[email protected]>2013-01-18 12:41:30 +0700
commit7976e2fd55d33a0bf8a74a729eb246a8842d58ee (patch)
treeedd4c6056bcc5aebad97ede2ee07bb1e97070c18 /tinyusb
parente438a7ca097654167c301de7f827378ed5d6dbe9 (diff)
prepare test project for 43xx host test
Diffstat (limited to 'tinyusb')
-rw-r--r--tinyusb/tusb_option.h4
1 files changed, 1 insertions, 3 deletions
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