Merge branch 'master' of https://github.com/PanRe/tinyusb.git into uac2

This commit is contained in:
Reinhard Panhuber
2020-06-20 10:53:09 +02:00
27 changed files with 709 additions and 179 deletions

View File

@@ -99,6 +99,10 @@
#if CFG_TUD_NET
#include "class/net/net_device.h"
#endif
#if CFG_TUD_BTH
#include "class/bth/bth_device.h"
#endif
#endif