diff options
| author | Ha Thach <[email protected]> | 2021-10-12 22:01:02 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-12 22:01:02 +0700 |
| commit | 379537cb6deed9c9c055d0fd34d9a941f47ffc02 (patch) | |
| tree | a457364337eed1c0ad3bd01433ecf48d9d99015e /src/tusb.h | |
| parent | 557fa3900a78f1c378c5653d590253ea87450013 (diff) | |
| parent | ecec0370cac2a64ef2a0cf2e4e13f1c4e738e81b (diff) | |
Merge branch 'master' into add_uvc
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tusb.h b/src/tusb.h index f2f72a510..0d29e106c 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_VIDEO #include "class/video/video_device.h" @@ -104,7 +104,7 @@ #include "class/dfu/dfu_device.h" #endif - #if CFG_TUD_NET + #if CFG_TUD_ECM_RNDIS || CFG_TUD_NCM #include "class/net/net_device.h" #endif |
