mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Move serial.c from SPEED_OPTIMZED to SIZE_OPTIMIZED
This commit is contained in:
parent
7b831f94ee
commit
5edd0c746f
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,6 @@ SPEED_OPTIMISED_SRC := $(SPEED_OPTIMISED_SRC) \
|
|||
flight/imu.c \
|
||||
flight/mixer.c \
|
||||
flight/pid.c \
|
||||
io/serial.c \
|
||||
rx/ibus.c \
|
||||
rx/rx.c \
|
||||
rx/rx_spi.c \
|
||||
|
@ -287,6 +286,7 @@ SIZE_OPTIMISED_SRC := $(SIZE_OPTIMISED_SRC) \
|
|||
interface/settings.c \
|
||||
io/dashboard.c \
|
||||
io/osd.c \
|
||||
io/serial.c \
|
||||
io/serial_4way.c \
|
||||
io/serial_4way_avrootloader.c \
|
||||
io/serial_4way_stk500v2.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue