diff options
| author | hathach <[email protected]> | 2024-11-21 18:44:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-21 18:44:17 +0700 |
| commit | c370c70bbe4536e85366cc6912bfe7de32984763 (patch) | |
| tree | b603d8f5f5c2558c320b0eb3b93f182e8bd57481 /examples/device/midi_test_freertos/src | |
| parent | 34346d61f09244f9c74a0a5d6c1069fe58f8718a (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.h | 2 |
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 |
