diff options
| author | hathach <[email protected]> | 2013-01-18 12:41:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-01-18 12:41:30 +0700 |
| commit | 7976e2fd55d33a0bf8a74a729eb246a8842d58ee (patch) | |
| tree | edd4c6056bcc5aebad97ede2ee07bb1e97070c18 /tinyusb | |
| parent | e438a7ca097654167c301de7f827378ed5d6dbe9 (diff) | |
prepare test project for 43xx host test
Diffstat (limited to 'tinyusb')
| -rw-r--r-- | tinyusb/tusb_option.h | 4 |
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 |
