Fix the type of oldKeymapAbbreviation

This commit is contained in:
Eric Tang
2017-08-08 13:00:29 -07:00
parent b91d8ca472
commit aff968f0f9

View File

@@ -88,7 +88,7 @@ void applyConfig(void)
{
uint8_t *temp;
char oldKeymapAbbreviation[3];
char oldKeymapAbbreviationLen;
uint8_t oldKeymapAbbreviationLen;
ParserRunDry = true;
StagingUserConfigBuffer.offset = 0;