Enable Serial RX on CJMCU target.

This commit is contained in:
Dominic Clifton 2014-08-26 23:25:14 +01:00
parent 78ebbcd8ee
commit 59cddb21b4
2 changed files with 5 additions and 3 deletions

View File

@ -146,6 +146,9 @@ COMMON_SRC = build_config.c \
rx/rx.c \
rx/pwm.c \
rx/msp.c \
rx/sbus.c \
rx/sumd.c \
rx/spektrum.c \
sensors/acceleration.c \
sensors/battery.c \
sensors/boardalignment.c \
@ -160,9 +163,6 @@ HIGHEND_SRC = flight/autotune.c \
flight/gps_conversion.c \
io/gps.c \
io/ledstrip.c \
rx/sbus.c \
rx/sumd.c \
rx/spektrum.c \
telemetry/telemetry.c \
telemetry/frsky.c \
telemetry/hott.c \

View File

@ -49,3 +49,5 @@
// #define SOFT_I2C_PB67
#define SENSORS_SET (SENSOR_ACC | SENSOR_MAG)
#define SERIAL_RX