diff options
| author | hathach <[email protected]> | 2014-03-06 11:27:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-06 11:37:37 +0700 |
| commit | dcc58a7afcd6f02458a5edaca33a5b63418d641f (patch) | |
| tree | a5ed07d5132d411aee3d643e1287b367a9b14884 /tinyusb | |
| parent | de7437852bb0cea3357aac86b87fc91831a7cc86 (diff) | |
refractor app_os_prio.h
Diffstat (limited to 'tinyusb')
| -rw-r--r-- | tinyusb/tusb_option.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tinyusb/tusb_option.h b/tinyusb/tusb_option.h index d27f21cbe..4bd720b2b 100644 --- a/tinyusb/tusb_option.h +++ b/tinyusb/tusb_option.h @@ -62,12 +62,12 @@ #include "mcu_capacity.h"
-#ifdef TUSB_CFG_CONFIG_FILE
- #include TUSB_CFG_CONFIG_FILE
-#else
- #include "tusb_config.h"
+#ifndef TUSB_CFG_CONFIG_FILE
+ #define TUSB_CFG_CONFIG_FILE "tusb_config.h"
#endif
+#include TUSB_CFG_CONFIG_FILE
+
//--------------------------------------------------------------------+
// CONTROLLER
//--------------------------------------------------------------------+
|
