mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Remove Raw HID definitions at wrong place
This commit is contained in:
parent
8767cd51b4
commit
9b91da35b7
@ -27,16 +27,7 @@ static u8 HID_ENDPOINT_INT;
|
||||
|
||||
//================================================================================
|
||||
//================================================================================
|
||||
|
||||
// HID report descriptor
|
||||
|
||||
#define LSB(_x) ((_x) & 0xFF)
|
||||
#define MSB(_x) ((_x) >> 8)
|
||||
|
||||
#define RAWHID_USAGE_PAGE 0xFFC0
|
||||
#define RAWHID_USAGE 0x0C00
|
||||
#define RAWHID_TX_SIZE 64
|
||||
#define RAWHID_RX_SIZE 64
|
||||
// HID Interface
|
||||
|
||||
static u8 HID_INTERFACE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user