From 450250f7d052f6921366bb30da7a3a2127e954cc Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 3 Dec 2013 20:46:50 +0000 Subject: print warning for not implemented bootloader command git-svn-id: https://svn.spreadspace.org/mur.sat@854 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/mpu/usb-cdc-shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'software') 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[] = { -- cgit v1.2.3