Avoid collision with tinyusb hid.h enums (#7463)
This commit is contained in:
parent
bf21695bac
commit
e355370cbe
1 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@
|
||||||
#define HID_VERSION_1_11 (0x0111)
|
#define HID_VERSION_1_11 (0x0111)
|
||||||
|
|
||||||
/* HID Class */
|
/* HID Class */
|
||||||
#define HID_CLASS (3)
|
#define BLE_HID_CLASS (3)
|
||||||
#define HID_SUBCLASS_NONE (0)
|
#define BLE_HID_SUBCLASS_NONE (0)
|
||||||
#define HID_PROTOCOL_NONE (0)
|
#define BLE_HID_PROTOCOL_NONE (0)
|
||||||
|
|
||||||
/* Descriptors */
|
/* Descriptors */
|
||||||
#define HID_DESCRIPTOR (33)
|
#define HID_DESCRIPTOR (33)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue