summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
Diffstat (limited to 'software')
-rw-r--r--software/mpu/usb-cdc-shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/software/mpu/usb-cdc-shell.c b/software/mpu/usb-cdc-shell.c
index b78f035..1670d86 100644
--- a/software/mpu/usb-cdc-shell.c
+++ b/software/mpu/usb-cdc-shell.c
@@ -265,9 +265,9 @@ static void cmd_bootloader(BaseSequentialStream *chp, int argc, char *argv[])
return;
}
shell_return_code = MPU_BOOTLOADER;
- chprintf(chp, "rebooting to bootloader ...\r\n");
+ chprintf(chp, "rebooting to bootloader ... ignored - not implemented!!\r\n");
- shellExit(RDY_OK);
+ /* shellExit(RDY_OK); */
}
static const ShellCommand commands[] = {