mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
REFACTOR: Removing platform specific defines from init.c (#14463)
* REFACTOR: Removing platform specific defines from init.c * Further MCO improvements * Adding default
This commit is contained in:
parent
3ab8931a71
commit
cb6fc5aabd
10 changed files with 48 additions and 35 deletions
|
@ -104,7 +104,6 @@ COMMON_SRC = \
|
|||
drivers/io.c \
|
||||
drivers/io_preinit.c \
|
||||
drivers/light_led.c \
|
||||
drivers/mco.c \
|
||||
drivers/motor.c \
|
||||
drivers/pinio.c \
|
||||
drivers/pin_pull_up_down.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue