We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0cba9b + 1e7091d commit 69313efCopy full SHA for 69313ef
examples/host/bare_api/src/main.c
@@ -34,6 +34,7 @@
34
35
#include "bsp/board_api.h"
36
#include "tusb.h"
37
+#include "class/hid/hid.h"
38
39
// English
40
#define LANGUAGE_ID 0x0409
src/tusb.h
@@ -38,8 +38,6 @@
#include "osal/osal.h"
#include "common/tusb_fifo.h"
41
-#include "class/hid/hid.h"
42
-
43
//------------- TypeC -------------//
44
#if CFG_TUC_ENABLED
45
#include "typec/usbc.h"
0 commit comments