Enable Serial RX on CJMCU target.
This commit is contained in:
parent
78ebbcd8ee
commit
59cddb21b4
6
Makefile
6
Makefile
|
@ -146,6 +146,9 @@ COMMON_SRC = build_config.c \
|
||||||
rx/rx.c \
|
rx/rx.c \
|
||||||
rx/pwm.c \
|
rx/pwm.c \
|
||||||
rx/msp.c \
|
rx/msp.c \
|
||||||
|
rx/sbus.c \
|
||||||
|
rx/sumd.c \
|
||||||
|
rx/spektrum.c \
|
||||||
sensors/acceleration.c \
|
sensors/acceleration.c \
|
||||||
sensors/battery.c \
|
sensors/battery.c \
|
||||||
sensors/boardalignment.c \
|
sensors/boardalignment.c \
|
||||||
|
@ -160,9 +163,6 @@ HIGHEND_SRC = flight/autotune.c \
|
||||||
flight/gps_conversion.c \
|
flight/gps_conversion.c \
|
||||||
io/gps.c \
|
io/gps.c \
|
||||||
io/ledstrip.c \
|
io/ledstrip.c \
|
||||||
rx/sbus.c \
|
|
||||||
rx/sumd.c \
|
|
||||||
rx/spektrum.c \
|
|
||||||
telemetry/telemetry.c \
|
telemetry/telemetry.c \
|
||||||
telemetry/frsky.c \
|
telemetry/frsky.c \
|
||||||
telemetry/hott.c \
|
telemetry/hott.c \
|
||||||
|
|
|
@ -49,3 +49,5 @@
|
||||||
// #define SOFT_I2C_PB67
|
// #define SOFT_I2C_PB67
|
||||||
|
|
||||||
#define SENSORS_SET (SENSOR_ACC | SENSOR_MAG)
|
#define SENSORS_SET (SENSOR_ACC | SENSOR_MAG)
|
||||||
|
|
||||||
|
#define SERIAL_RX
|
||||||
|
|
Loading…
Reference in New Issue