diff options
| author | hathach <[email protected]> | 2021-01-24 00:44:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-24 00:44:17 +0700 |
| commit | 959a94b98d020ee2f6a05e36be56c1618dd6ed78 (patch) | |
| tree | ab0fe01d362ce176f3e69217b1e5bb036b04bc27 /examples/device/audio_test/src | |
| parent | ffad6eaf80900a858e22378e68de8b21b96c769e (diff) | |
rp2040 audio_test compile
Diffstat (limited to 'examples/device/audio_test/src')
| -rw-r--r-- | examples/device/audio_test/src/tusb_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/device/audio_test/src/tusb_config.h b/examples/device/audio_test/src/tusb_config.h index 5d94858ea..61e63f073 100644 --- a/examples/device/audio_test/src/tusb_config.h +++ b/examples/device/audio_test/src/tusb_config.h @@ -45,7 +45,9 @@ extern "C" { #define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE #endif +#ifndef CFG_TUSB_OS #define CFG_TUSB_OS OPT_OS_NONE +#endif #ifndef CFG_TUSB_DEBUG #define CFG_TUSB_DEBUG 0 |
