1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00

Refactor SPI pre init to make it generic and usable from io.h (#14174)

This commit is contained in:
Jay Blackman 2025-01-24 08:17:28 +11:00 committed by GitHub
parent 01af6d13bf
commit 908a347d2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 107 additions and 126 deletions

View file

@ -104,6 +104,7 @@ COMMON_SRC = \
drivers/display_canvas.c \
drivers/dma_common.c \
drivers/io.c \
drivers/io_preinit.c \
drivers/light_led.c \
drivers/mco.c \
drivers/motor.c \