Cleaned up RX initialisation. Updated Spektrum RX code to support 12
commitf68fc176279cbf99acd4506879fc654bd10bd8b9
authorDominic Clifton <me@dominicclifton.name>
Fri, 18 Apr 2014 16:25:53 +0000 (18 17:25 +0100)
committerDominic Clifton <me@dominicclifton.name>
Fri, 18 Apr 2014 16:25:53 +0000 (18 17:25 +0100)
tree6096929bc299f04ad63798753b073c77df8a32f1
parentd777bac39d43293ac3566e7b806f4b4260faed26
Cleaned up RX initialisation.  Updated Spektrum RX code to support 12
channels when using Spektrum 2048 - untested.  Renamed and extracted
core_t.numRCChannels to rxConfig.channelCount so that future commits can
clean up core_t further since core_t contains completely unrelated
properties.
16 files changed:
Makefile
src/flight_mixer.c
src/gps_common.c
src/main.c
src/mw.c
src/runtime_config.h
src/rx_common.c
src/rx_common.h
src/rx_pwm.c [new file with mode: 0644]
src/rx_pwm.h [new file with mode: 0644]
src/rx_sbus.c
src/rx_sbus.h
src/rx_spektrum.c
src/rx_spektrum.h
src/rx_sumd.c
src/rx_sumd.h