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
commit 69313ef455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -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"