Relocate some structures and code to the right places.
commit53406a7ac7871fd316076490f5226062ec84b8c4
authorDominic Clifton <me@dominicclifton.name>
Sat, 31 Jan 2015 22:47:51 +0000 (31 23:47 +0100)
committerDominic Clifton <me@dominicclifton.name>
Sat, 31 Jan 2015 22:47:51 +0000 (31 23:47 +0100)
tree29d3ae5485a2b6f7699fe6848c03b0a54ff59833
parenta9b2c39872e698edd71ab9e4bf397606215d9488
Relocate some structures and code to the right places.

This cleans up the include file order somewhat and fixes a couple of
dependencies.

The goal of this is to rename flight.c/flight.h to pid.c/pid.h.
20 files changed:
src/main/blackbox/blackbox.c
src/main/blackbox/blackbox_io.c
src/main/config/config.c
src/main/drivers/serial_uart.c
src/main/flight/altitudehold.c
src/main/flight/autotune.c
src/main/flight/flight.c
src/main/flight/flight.h
src/main/flight/imu.c
src/main/flight/imu.h
src/main/flight/mixer.c
src/main/io/rc_controls.c
src/main/io/serial_cli.c
src/main/io/serial_msp.c
src/main/main.c
src/main/mw.c
src/main/sensors/acceleration.c
src/main/sensors/acceleration.h
src/main/sensors/sensors.h
src/main/telemetry/smartport.c