summaryrefslogtreecommitdiff
path: root/software/mpu/usb-cdc-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/mpu/usb-cdc-shell.c')
-rw-r--r--software/mpu/usb-cdc-shell.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/software/mpu/usb-cdc-shell.c b/software/mpu/usb-cdc-shell.c
index 729340a..e2fb452 100644
--- a/software/mpu/usb-cdc-shell.c
+++ b/software/mpu/usb-cdc-shell.c
@@ -282,18 +282,18 @@ static void cmd_reboot(BaseSequentialStream *chp, int argc, char *argv[])
shellExit(RDY_OK);
}
-static void cmd_bootloader(BaseSequentialStream *chp, int argc, char *argv[])
-{
- (void)argv;
- if (argc > 0) {
- chprintf(chp, "Usage: bootloader\r\n");
- return;
- }
- shell_return_code = MPU_BOOTLOADER;
- chprintf(chp, "rebooting to bootloader ... ignored - not implemented!!\r\n");
-
- /* shellExit(RDY_OK); */
-}
+/* static void cmd_bootloader(BaseSequentialStream *chp, int argc, char *argv[]) */
+/* { */
+/* (void)argv; */
+/* if (argc > 0) { */
+/* chprintf(chp, "Usage: bootloader\r\n"); */
+/* return; */
+/* } */
+/* shell_return_code = MPU_BOOTLOADER; */
+/* chprintf(chp, "rebooting to bootloader ... ignored - not implemented!!\r\n"); */
+
+/* /\* shellExit(RDY_OK); *\/ */
+/* } */
static const ShellCommand commands[] = {
{"mem", cmd_mem},