diff options
| author | hathach <[email protected]> | 2021-10-05 16:32:37 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-05 16:32:37 +0700 |
| commit | 431650fb7df9d797406c492eac924c8df545253e (patch) | |
| tree | ae8c5c6ecad18460da63293c38d5e8cfd0278c88 /src/tusb.h | |
| parent | 6fd62c8902915b987d600cd17e70383cbef78802 (diff) | |
| parent | 3158b323d8d701f70b80dca986f8b0e8e60eba97 (diff) | |
Merge branch 'j4cbo-ncm' into majbthrd-add_ncm
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tusb.h b/src/tusb.h index 2e1b7a43d..bdfcb5be6 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -76,9 +76,9 @@ #include "class/msc/msc_device.h" #endif -#if CFG_TUD_AUDIO - #include "class/audio/audio_device.h" -#endif + #if CFG_TUD_AUDIO + #include "class/audio/audio_device.h" + #endif #if CFG_TUD_MIDI #include "class/midi/midi_device.h" |
