Skip to content

Commit 5941324

Browse files
committed
fix build
1 parent e29eac3 commit 5941324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino/hid/Adafruit_USBD_HID.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static Adafruit_USBD_HID *_hid_dev = NULL;
3838
//------------- IMPLEMENTATION -------------//
3939
Adafruit_USBD_HID::Adafruit_USBD_HID(void) {
4040
_interval_ms = 10;
41-
_protocol = HID_PROTOCOL_NONE;
41+
_protocol = HID_ITF_PROTOCOL_NONE;
4242

4343
_out_endpoint = false;
4444
_mouse_button = 0;

0 commit comments

Comments
 (0)