Gpio changes and updates; removed some unused getters and setters

This commit is contained in:
Alden Hart
2017-03-20 16:20:23 -04:00
parent 2a7a65efa5
commit fc209a4cf2
9 changed files with 179 additions and 289 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ stat_t rpt_exception(stat_t status, const char *msg)
if (cs.controller_state >= CONTROLLER_READY) {
char buffer[128];
sprintf(buffer, "{\"er\":{\"fb\":%0.2f,\"st\":%d,\"msg\":\"%s - %s\"}}\n",
G2CORE_FIRMWARE_BUILD, status, get_status_message(status), msg);
G2CORE_FIRMWARE_BUILD, status, get_status_message(status), msg);
xio_writeline(buffer);
}
}