update more includes

This commit is contained in:
Felix Ruess
2010-09-28 14:48:59 +00:00
parent 1cb5c50581
commit 08db8fd837
7 changed files with 10 additions and 10 deletions
@@ -30,7 +30,7 @@
#include "uart.h"
#include "booz_radio_control.h"
#include "booz_radio_control_spektrum_arch.h"
#include "autopilot.h"
#include <firmwares/rotorcraft/autopilot.h>
#define SPEKTRUM_CHANNELS_PER_FRAME 7
+1 -1
View File
@@ -29,7 +29,7 @@
#include "booz_gps.h"
#include <firmwares/rotorcraft/ins.h>
#include "autopilot.h"
#include <firmwares/rotorcraft/autopilot.h>
#include "modules.h"
#include "flight_plan.h"
+4 -4
View File
@@ -34,7 +34,7 @@
#include "booz_radio_control.h"
#endif
#include "autopilot.h"
#include <firmwares/rotorcraft/autopilot.h>
#include <firmwares/rotorcraft/guidance.h>
#include <firmwares/rotorcraft/actuators.h>
@@ -472,7 +472,7 @@ extern uint8_t telemetry_mode_Main_DefaultChannel;
}
#ifdef USE_VFF
#include "ins/vf_float.h"
#include <firmwares/rotorcraft/ins/vf_float.h>
#define PERIODIC_SEND_VFF(_chan) { \
DOWNLINK_SEND_VFF(_chan, \
&vff_z_meas, \
@@ -488,7 +488,7 @@ extern uint8_t telemetry_mode_Main_DefaultChannel;
#endif
#ifdef USE_HFF
#include "ins/hf_float.h"
#include <firmwares/rotorcraft/ins/hf_float.h>
#define PERIODIC_SEND_HFF(_chan) { \
DOWNLINK_SEND_HFF(_chan, \
&b2_hff_state.x, \
@@ -561,7 +561,7 @@ extern uint8_t telemetry_mode_Main_DefaultChannel;
}
#ifdef USE_GPS
#include "ins/hf_float.h"
#include <firmwares/rotorcraft/ins/hf_float.h>
#define PERIODIC_SEND_INS3(_chan) { \
DOWNLINK_SEND_INS3(_chan, \
&b2ins_meas_gps_pos_ned.x, \
+1 -1
View File
@@ -26,7 +26,7 @@
#include "std.h"
#include "math/pprz_algebra_int.h"
#include "autopilot.h"
#include <firmwares/rotorcraft/autopilot.h>
#include <firmwares/rotorcraft/guidance.h>
struct Booz_fms_imu_info {
+1 -1
View File
@@ -26,7 +26,7 @@
#include <inttypes.h>
#include "commands.h"
#include "mercury_xsens.h"
#include "autopilot.h"
#include <firmwares/rotorcraft/autopilot.h>
#include "booz_stabilization.h"
#include "stabilization/booz_stabilization_attitude.h"
#include "led.h"
+1 -1
View File
@@ -22,7 +22,7 @@
*
*/
#include "autopilot.h"
#include <firmwares/rotorcraft/autopilot.h>
#include "booz_radio_control.h"
#include "booz2_commands.h"
+1 -1
View File
@@ -30,7 +30,7 @@
#include "std.h"
#include "math/pprz_algebra_int.h"
#include "autopilot.h"
#include <firmwares/rotorcraft/autopilot.h>
#include "booz/booz_stabilization.h"
#include <firmwares/rotorcraft/guidance.h>
#include "booz/booz2_navigation.h"