Skip to content

Commit

Permalink
Merge pull request #2609 from tyustli/patch-1
Browse files Browse the repository at this point in the history
Remove redundant header file includes for the hid class
  • Loading branch information
HiFiPhile authored Apr 25, 2024
2 parents a0cba9b + 1e7091d commit 69313ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions examples/host/bare_api/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

#include "bsp/board_api.h"
#include "tusb.h"
#include "class/hid/hid.h"

// English
#define LANGUAGE_ID 0x0409
Expand Down
2 changes: 0 additions & 2 deletions src/tusb.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
#include "osal/osal.h"
#include "common/tusb_fifo.h"

#include "class/hid/hid.h"

//------------- TypeC -------------//
#if CFG_TUC_ENABLED
#include "typec/usbc.h"
Expand Down

0 comments on commit 69313ef

Please sign in to comment.