1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 06:15:10 +03:00

Fix debug compile

This commit is contained in:
3djc 2019-10-10 15:11:57 +02:00
parent aee77ed9e9
commit 39189a1652

View file

@ -121,7 +121,6 @@ else()
${BOOTLOADER_SRC} ${BOOTLOADER_SRC}
../../../../../${STM32LIB_DIR}/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_usart.c ../../../../../${STM32LIB_DIR}/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_usart.c
../../../../../serial.cpp ../../../../../serial.cpp
../aux_serial_driver.cpp
) )
endif() endif()
endif() endif()