1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-16 12:55:16 +03:00

[BUILD] Refactor cmake macros and variable names

Make them a bit more generic
This commit is contained in:
Alberto García Hierro 2020-07-10 12:37:30 +01:00
parent 65c04ae234
commit 518e8243cb
12 changed files with 63 additions and 77 deletions

View file

@ -1,5 +1,4 @@
set(STM32_STDPERIPH_SRC
main_sources(STM32_STDPERIPH_SRC
drivers/bus_spi.c
drivers/serial_uart.c
)
main_sources(STM32_STDPERIPH_SRC)
)