From ebb154472cca7a521712eac65ecc07f2902cbd44 Mon Sep 17 00:00:00 2001 From: Eric Tang Date: Mon, 3 Jul 2017 19:41:17 -0700 Subject: [PATCH] Send the status code returned by the configuration parser to the host --- 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 68223c4..e5c2581 100644 --- a/right/src/usb_protocol_handler.c +++ b/right/src/usb_protocol_handler.c @@ -193,7 +193,7 @@ void uploadConfig() void applyConfig() { - ParseKeymap(ConfigBuffer); + setError(ParseKeymap(ConfigBuffer)); } void setLedPwm()