rocketboard_16: Fix mismatched LUT sizes (#15997)

This commit is contained in:
Ryan 2022-01-23 06:56:44 +11:00 committed by GitHub
parent 8ec18d1476
commit 448a90f6b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,4 +26,4 @@ typedef struct
char* translate_keycode_to_string(uint16_t code);
extern lookup_table_t lookup_table[366];
extern lookup_table_t lookup_table[334];