Merge pull request #5853 from jflyper/bfdev-io-serial-c-to-size-optimized

Move serial.c from SPEED_OPTIMZED to SIZE_OPTIMIZED
This commit is contained in:
Michael Keller 2018-05-09 23:51:52 +12:00 committed by GitHub
commit 3af1610d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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