Merge pull request #2609 from tyustli/patch-1

Remove redundant header file includes for the hid class
This commit is contained in:
HiFiPhile
2024-04-26 00:22:22 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -34,6 +34,7 @@
#include "bsp/board_api.h" #include "bsp/board_api.h"
#include "tusb.h" #include "tusb.h"
#include "class/hid/hid.h"
// English // English
#define LANGUAGE_ID 0x0409 #define LANGUAGE_ID 0x0409

View File

@@ -38,8 +38,6 @@
#include "osal/osal.h" #include "osal/osal.h"
#include "common/tusb_fifo.h" #include "common/tusb_fifo.h"
#include "class/hid/hid.h"
//------------- TypeC -------------// //------------- TypeC -------------//
#if CFG_TUC_ENABLED #if CFG_TUC_ENABLED
#include "typec/usbc.h" #include "typec/usbc.h"