We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e7e10 commit 4a9477bCopy full SHA for 4a9477b
src/Adafruit_USBD_HID.cpp
@@ -27,7 +27,7 @@
27
#define EPOUT 0x00
28
#define EPIN 0x80
29
30
-uint8_t const _ascii2keycode[128][2] = { HID_ASCII_TO_KEYCODE };
+uint8_t const _ascii2keycode[128][2] = {HID_ASCII_TO_KEYCODE};
31
32
static Adafruit_USBD_HID *_hid_dev = NULL;
33
0 commit comments