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

Refactoring motor to simplify implementation on other platforms (#14156)

This commit is contained in:
Jay Blackman 2025-01-24 18:37:20 +11:00 committed by GitHub
parent 7ed1b4b71f
commit c2768d0409
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
62 changed files with 975 additions and 810 deletions

View file

@ -89,7 +89,6 @@ COMMON_SRC = \
cli/settings.c \
config/config.c \
drivers/dshot.c \
drivers/dshot_dpwm.c \
drivers/dshot_command.c \
drivers/buf_writer.c \
drivers/bus.c \
@ -110,6 +109,7 @@ COMMON_SRC = \
drivers/motor.c \
drivers/pinio.c \
drivers/pin_pull_up_down.c \
drivers/pwm_output.c \
drivers/resource.c \
drivers/serial.c \
drivers/serial_impl.c \