Skip to content

Commit e057236

Browse files
committed
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
2 parents 82a130f + b06b62d commit e057236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/HID.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const u8 _hidReportDescriptor[] = {
106106
0x81, 0x00, // INPUT (Data,Ary,Abs)
107107
0xc0, // END_COLLECTION
108108

109-
#if RAWHID_ENABLED
109+
#ifdef RAWHID_ENABLED
110110
// RAW HID
111111
0x06, LSB(RAWHID_USAGE_PAGE), MSB(RAWHID_USAGE_PAGE), // 30
112112
0x0A, LSB(RAWHID_USAGE), MSB(RAWHID_USAGE),

0 commit comments

Comments
 (0)