Merge remote-tracking branch 'official/master'

This commit is contained in:
Jeremiah McCarthy
2021-05-25 09:27:35 -04:00
46 changed files with 1329 additions and 923 deletions

View File

@@ -42,7 +42,7 @@
#if TUSB_OPT_HOST_ENABLED
#include "host/usbh.h"
#if HOST_CLASS_HID
#if CFG_TUH_HID
#include "class/hid/hid_host.h"
#endif