Skip to content

Commit 69313ef

Browse files
authored
Merge pull request #2609 from tyustli/patch-1
Remove redundant header file includes for the hid class
2 parents a0cba9b + 1e7091d commit 69313ef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/host/bare_api/src/main.c

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
#include "bsp/board_api.h"
3636
#include "tusb.h"
37+
#include "class/hid/hid.h"
3738

3839
// English
3940
#define LANGUAGE_ID 0x0409

src/tusb.h

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
#include "osal/osal.h"
3939
#include "common/tusb_fifo.h"
4040

41-
#include "class/hid/hid.h"
42-
4341
//------------- TypeC -------------//
4442
#if CFG_TUC_ENABLED
4543
#include "typec/usbc.h"

0 commit comments

Comments
 (0)