Merge pull request #3825 from NicoHood/patch-6

Remove Raw HID definitions at wrong place
This commit is contained in:
Martino Facchin 2015-09-21 10:31:53 +02:00
commit 6cdafbc20c
1 changed files with 1 additions and 10 deletions

View File

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