From b9eb46420b7313f42cfdd4b91c838bb09c7f0c49 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 9 Dec 2013 02:26:04 +0000 Subject: small cleanup git-svn-id: https://svn.spreadspace.org/mur.sat@858 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/mpu/ihu.c | 2 +- software/mpu/usb-cdc-shell.c | 2 +- 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} }; -- cgit v1.2.3