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:
parent
7ed1b4b71f
commit
c2768d0409
62 changed files with 975 additions and 810 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue