1
0
Fork 0
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:
Jay Blackman 2025-06-22 20:45:50 +10:00 committed by GitHub
parent 3ab8931a71
commit cb6fc5aabd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 48 additions and 35 deletions

View file

@ -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 \