Send the status code returned by the configuration parser to the host

This commit is contained in:
Eric Tang
2017-07-03 19:41:17 -07:00
parent 02e5dea778
commit ebb154472c

View File

@@ -193,7 +193,7 @@ void uploadConfig()
void applyConfig()
{
ParseKeymap(ConfigBuffer);
setError(ParseKeymap(ConfigBuffer));
}
void setLedPwm()