From aff968f0f9f65fb1a4977c7ae8f0154f92c9d953 Mon Sep 17 00:00:00 2001 From: Eric Tang Date: Tue, 8 Aug 2017 13:00:29 -0700 Subject: [PATCH] Fix the type of oldKeymapAbbreviation --- right/src/usb_protocol_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/src/usb_protocol_handler.c b/right/src/usb_protocol_handler.c index 6f60f01..b39cda0 100644 --- a/right/src/usb_protocol_handler.c +++ b/right/src/usb_protocol_handler.c @@ -88,7 +88,7 @@ void applyConfig(void) { uint8_t *temp; char oldKeymapAbbreviation[3]; - char oldKeymapAbbreviationLen; + uint8_t oldKeymapAbbreviationLen; ParserRunDry = true; StagingUserConfigBuffer.offset = 0;