1
0
Fork 0
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:
Thorsten Laux 2019-03-03 11:33:14 +01:00
parent 4af3308edf
commit cec679ac60
8 changed files with 28 additions and 187 deletions

View file

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

View file

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

View file

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

View file

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