Merge remote-tracking branch 'arduino/master' into ide-1.5.x

This commit is contained in:
Cristian Maglie 2014-07-24 14:46:05 +02:00
commit e057236dd6
1 changed files with 1 additions and 1 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),