Commit a418fbac authored by Federico Vaga's avatar Federico Vaga

bootloader: disable distructive mode

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent 162c878a
......@@ -272,8 +272,9 @@ static void commandlineLoop( void )
/* Destructive upload command */
case 'd':
BOOTLDIO_printString( readyString );
XMODEM_download( 0, flashSize );
BOOTLDIO_printString( "Destructive mode doesn't work.\r\n" );
//BOOTLDIO_printString( readyString );
//XMODEM_download( 0, flashSize );
break;
/* Write to user page */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment