Skip to content

Commit ada3067

Browse files
committed
Merge pull request #3825 from NicoHood/patch-6
Remove Raw HID definitions at wrong place
2 parents 438d59f + 0d2e897 commit ada3067

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

avr/libraries/HID/HID.cpp

+1-10
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,7 @@ static u8 HID_ENDPOINT_INT;
2727

2828
//================================================================================
2929
//================================================================================
30-
31-
// HID report descriptor
32-
33-
#define LSB(_x) ((_x) & 0xFF)
34-
#define MSB(_x) ((_x) >> 8)
35-
36-
#define RAWHID_USAGE_PAGE 0xFFC0
37-
#define RAWHID_USAGE 0x0C00
38-
#define RAWHID_TX_SIZE 64
39-
#define RAWHID_RX_SIZE 64
30+
// HID Interface
4031

4132
static u8 HID_INTERFACE;
4233

0 commit comments

Comments
 (0)