Fix warning
This commit is contained in:
parent
4ffa4dd8fd
commit
f11ab17746
1 changed files with 1 additions and 1 deletions
|
@ -1065,7 +1065,7 @@ void setup()
|
|||
}
|
||||
MYSERIAL.begin(BAUDRATE);
|
||||
fdev_setup_stream(uartout, uart_putchar, NULL, _FDEV_SETUP_WRITE); //setup uart out stream
|
||||
#if !((LANG_MODE == 1) && defined(W25X20CL)) || (LANG_MODE == 0)
|
||||
#ifndef W25X20CL
|
||||
SERIAL_PROTOCOLLNPGM("start");
|
||||
#else
|
||||
if (optiboot_status == 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue