Remove config.c's dependencies on the mw.h/board.h files. Moved some RX
commita85bfa51e328a462f0d9c305dee9d115b6d114f9
authorDominic Clifton <me@dominicclifton.name>
Fri, 18 Apr 2014 11:13:37 +0000 (18 12:13 +0100)
committerDominic Clifton <me@dominicclifton.name>
Fri, 18 Apr 2014 11:13:37 +0000 (18 12:13 +0100)
treee08f9907a950646c6c002feeafe0529c3cf80205
parent8477b45061ba8be87a3b718c926aa6a2b13f8c81
Remove config.c's dependencies on the mw.h/board.h files. Moved some RX
code into rx_common.c. Moved some GPS code into gps_common.c.  Isolated
some GPS functions into gps_common.c that were called from mw.c/loop().
moved gimbal defines into gimbal.h.  Moved sound & light code into
statusindicator.c
20 files changed:
Makefile
src/config.c
src/config.h
src/config_storage.h
src/flight_mixer.h
src/gimbal.h [new file with mode: 0644]
src/gps_common.c
src/gps_common.h
src/main.c
src/mw.c
src/mw.h
src/rx_common.c
src/rx_common.h
src/sensors_gyro.c
src/serial_cli.c
src/serial_msp.c
src/statusindicator.c [new file with mode: 0644]
src/statusindicator.h [new file with mode: 0644]
src/telemetry_frsky.c
src/telemetry_hott.c