Merge pull request #2609 from tyustli/patch-1
Remove redundant header file includes for the hid class
This commit is contained in:
@@ -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
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user