Skip to content

Commit 3a91089

Browse files
committed
fix #57 left over from hid keycode <-> anscii
1 parent 3d467b5 commit 3a91089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/src/services/BLEHidGeneric.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ const hid_keycode_to_ascii_t HID_KEYCODE_TO_ASCII[128] =
517517
{'-' , '-' }, // 0x56
518518
{'+' , '+' }, // 0x57
519519
{'\r' , '\r' }, // 0x58
520-
{'1' , 0 }, // 0x59 /* numpad1 & end */ \
520+
{'1' , 0 }, // 0x59
521521
{'2' , 0 }, // 0x5a
522522
{'3' , 0 }, // 0x5b
523523
{'4' , 0 }, // 0x5c

0 commit comments

Comments
 (0)