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.c2
1 files changed, 1 insertions, 1 deletions
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}
};