summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--software/mpu/ihu.c2
-rw-r--r--software/mpu/usb-cdc-shell.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/software/mpu/ihu.c b/software/mpu/ihu.c
index d18961c..a440225 100644
--- a/software/mpu/ihu.c
+++ b/software/mpu/ihu.c
@@ -50,7 +50,7 @@ static msg_t IhuComm(void *arg)
chprintf(chp, "got: '%c'\r\n", c);
}
- return 0; /* Never executed.*/
+ return 0;
}
static const SerialConfig sercfg = {
diff --git a/software/mpu/usb-cdc-shell.c b/software/mpu/usb-cdc-shell.c
index 245cc3a..729340a 100644
--- a/software/mpu/usb-cdc-shell.c
+++ b/software/mpu/usb-cdc-shell.c
@@ -302,7 +302,7 @@ static const ShellCommand commands[] = {
{"flash", cmd_flash},
{"halt", cmd_halt},
{"reboot", cmd_reboot},
- {"bootloader", cmd_bootloader},
+// {"bootloader", cmd_bootloader},
{NULL, NULL}
};