mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
incorporte review feedback
This commit is contained in:
parent
4af3308edf
commit
cec679ac60
8 changed files with 28 additions and 187 deletions
|
@ -83,6 +83,7 @@ MCU_COMMON_SRC = \
|
|||
drivers/light_ws2811strip_stdperiph.c \
|
||||
drivers/transponder_ir_io_stdperiph.c \
|
||||
drivers/pwm_output_dshot.c \
|
||||
drivers/pwm_output_dshot_shared.c \
|
||||
drivers/serial_uart_init.c \
|
||||
drivers/serial_uart_stm32f30x.c \
|
||||
drivers/system_stm32f30x.c \
|
||||
|
|
|
@ -179,6 +179,7 @@ MCU_COMMON_SRC = \
|
|||
drivers/light_ws2811strip_stdperiph.c \
|
||||
drivers/transponder_ir_io_stdperiph.c \
|
||||
drivers/pwm_output_dshot.c \
|
||||
drivers/pwm_output_dshot_shared.c \
|
||||
drivers/serial_uart_init.c \
|
||||
drivers/serial_uart_stm32f4xx.c \
|
||||
drivers/system_stm32f4xx.c \
|
||||
|
|
|
@ -179,6 +179,7 @@ MCU_COMMON_SRC = \
|
|||
drivers/bus_spi_ll.c \
|
||||
drivers/persistent.c \
|
||||
drivers/pwm_output_dshot_hal.c \
|
||||
drivers/pwm_output_dshot_shared.c \
|
||||
drivers/timer_hal.c \
|
||||
drivers/timer_stm32f7xx.c \
|
||||
drivers/system_stm32f7xx.c \
|
||||
|
|
|
@ -328,6 +328,7 @@ SPEED_OPTIMISED_SRC := $(SPEED_OPTIMISED_SRC) \
|
|||
drivers/bus_spi_ll.c \
|
||||
drivers/max7456.c \
|
||||
drivers/pwm_output_dshot.c \
|
||||
drivers/pwm_output_dshot_shared.c \
|
||||
drivers/pwm_output_dshot_hal.c
|
||||
endif #!F3
|
||||
endif #!F1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue