Skip to content

Commit fd8d12d

Browse files
authored
Update HID.cpp
1 parent 61ea246 commit fd8d12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/HID/src/HID.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ HID_::HID_(void) : PluggableUSBModule(1, 1, epType),
174174
{
175175
epType[0] = EP_TYPE_INTERRUPT_IN;
176176
PluggableUSB().plug(this);
177-
setKeyboardLedsStatusReportCallback( 0 );
177+
setKeyboardLedsStatusReportCallback( NULL );
178178
}
179179

180180
int HID_::begin(void)

0 commit comments

Comments
 (0)