diff --git a/conf/boards/lisa_l_1.0.makefile b/conf/boards/lisa_l_1.0.makefile index 5cd2ffbc3b..55987c00f8 100644 --- a/conf/boards/lisa_l_1.0.makefile +++ b/conf/boards/lisa_l_1.0.makefile @@ -9,6 +9,7 @@ ARCHI=stm32 BOARD=lisa_l BOARD_VERSION=1.0 BOARD_CFG=\"boards/$(BOARD)_$(BOARD_VERSION).h\" + ifndef FLASH_MODE FLASH_MODE = JTAG endif @@ -21,8 +22,8 @@ endif SYS_TIME_LED = 1 -RADIO_CONTROL_LED = 5 RADIO_CONTROL_LINK = UART3 +RADIO_CONTROL_LED = 5 MODEM_PORT=UART2 MODEM_BAUD=B57600