summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-21 17:49:38 +0700
committerhathach <[email protected]>2024-11-21 17:49:38 +0700
commitdbdc5a239c42e96eeeb8759a121798fa9b3f39c3 (patch)
tree0e5dadec079b5509ba5f9a5770092001b87f76b6 /src/tusb_option.h
parent5d77faa835ab7faf73a9981905e57e8d79920d2d (diff)
- move freertos_hooks to board.c
- add device/midi_test_freertos example - update bth/dfu/midi device for cache line size
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 1c8e8aff4..68fd90de9 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -403,7 +403,11 @@
#endif
#ifndef CFG_TUSB_OS_INC_PATH
- #define CFG_TUSB_OS_INC_PATH
+ #ifndef CFG_TUSB_OS_INC_PATH_DEFAULT
+ #define CFG_TUSB_OS_INC_PATH_DEFAULT
+ #endif
+
+ #define CFG_TUSB_OS_INC_PATH CFG_TUSB_OS_INC_PATH_DEFAULT
#endif
//--------------------------------------------------------------------