diff options
author | Cristian Maglie <c.maglie@bug.st> | 2014-07-24 14:46:05 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2014-07-24 14:46:05 +0200 |
commit | e057236dd6d37e80afe8345111e16df12832143d (patch) | |
tree | cddd6db17ca479211c1c59ce8d070eea39b2e36b /cores/arduino | |
parent | 82a130f833e548191eb8acd9d1299152c25deeec (diff) | |
parent | b06b62d2f73a56da01a14ff3c445c1363e9162e9 (diff) |
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Diffstat (limited to 'cores/arduino')
-rw-r--r-- | cores/arduino/HID.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/HID.cpp b/cores/arduino/HID.cpp index a94538c..1475860 100644 --- a/cores/arduino/HID.cpp +++ b/cores/arduino/HID.cpp @@ -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), |