Fix of a bug

This commit is contained in:
Amulya Kumar Sahoo 2014-07-23 01:03:44 +05:30
parent e6923526d3
commit 865594d132
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ const u8 _hidReportDescriptor[] = {
0x81, 0x00, // INPUT (Data,Ary,Abs)
0xc0, // END_COLLECTION
#if RAWHID_ENABLED
#ifdef RAWHID_ENABLED
// RAW HID
0x06, LSB(RAWHID_USAGE_PAGE), MSB(RAWHID_USAGE_PAGE), // 30
0x0A, LSB(RAWHID_USAGE), MSB(RAWHID_USAGE),
@ -517,4 +517,4 @@ size_t Keyboard_::write(uint8_t c)
#endif
#endif /* if defined(USBCON) */
#endif /* if defined(USBCON) */