summaryrefslogtreecommitdiff
path: root/examples/device/midi_test_freertos/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-21 18:44:17 +0700
committerhathach <[email protected]>2024-11-21 18:44:17 +0700
commitc370c70bbe4536e85366cc6912bfe7de32984763 (patch)
treeb603d8f5f5c2558c320b0eb3b93f182e8bd57481 /examples/device/midi_test_freertos/src
parent34346d61f09244f9c74a0a5d6c1069fe58f8718a (diff)
fix build with midi_test_freertos
Diffstat (limited to 'examples/device/midi_test_freertos/src')
-rw-r--r--examples/device/midi_test_freertos/src/tusb_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/midi_test_freertos/src/tusb_config.h b/examples/device/midi_test_freertos/src/tusb_config.h
index 314dde438..0ffdc37fb 100644
--- a/examples/device/midi_test_freertos/src/tusb_config.h
+++ b/examples/device/midi_test_freertos/src/tusb_config.h
@@ -54,7 +54,7 @@
#endif
#ifndef CFG_TUSB_OS
-#define CFG_TUSB_OS OPT_OS_NONE
+#define CFG_TUSB_OS OPT_OS_FREERTOS
#endif
#ifndef CFG_TUSB_DEBUG