Skip to content

Commit 4a9477b

Browse files
committed
clang ...
1 parent 37e7e10 commit 4a9477b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adafruit_USBD_HID.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#define EPOUT 0x00
2828
#define EPIN 0x80
2929

30-
uint8_t const _ascii2keycode[128][2] = { HID_ASCII_TO_KEYCODE };
30+
uint8_t const _ascii2keycode[128][2] = {HID_ASCII_TO_KEYCODE};
3131

3232
static Adafruit_USBD_HID *_hid_dev = NULL;
3333

0 commit comments

Comments
 (0)