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

Move STM (and clone) related UART implementation to platform (#14128)

This commit is contained in:
Jay Blackman 2025-01-10 16:13:15 +11:00 committed by GitHub
parent 51c09efe69
commit 4069fde56e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 201 additions and 238 deletions

View file

@ -112,7 +112,6 @@ COMMON_SRC = \
drivers/resource.c \
drivers/serial.c \
drivers/serial_impl.c \
drivers/serial_uart_hw.c \
drivers/sound_beeper.c \
drivers/stack_check.c \
drivers/timer_common.c \