Skip to content

Commit

Permalink
Fix of a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
amulya349 committed Jul 22, 2014
1 parent e692352 commit 865594d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardware/arduino/cores/arduino/HID.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down Expand Up @@ -517,4 +517,4 @@ size_t Keyboard_::write(uint8_t c)

#endif

#endif /* if defined(USBCON) */
#endif /* if defined(USBCON) */

0 comments on commit 865594d

Please sign in to comment.