1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Fixes for missing openpilot.h include, previously coming from flashfs_objlist

This commit is contained in:
Alessio Morale 2013-02-15 21:13:50 +01:00
parent 7f53aa422a
commit cc2d5f8eae
5 changed files with 10 additions and 6 deletions

View File

@ -48,7 +48,8 @@
*
*/
#include "pios.h"
#include "openpilot.h"
#include "flightstatus.h"
#include "hwsettings.h"
#include "manualcontrolcommand.h"

View File

@ -46,7 +46,8 @@
*
*/
#include "pios.h"
#include "openpilot.h"
#include "homelocation.h"
#include "magnetometer.h"
#include "magbias.h"

View File

@ -31,6 +31,8 @@
/* Project Includes */
#include "pios.h"
#include "uavobjectmanager.h"
#if defined(PIOS_INCLUDE_GCSRCVR)
#include "pios_gcsrcvr_priv.h"

View File

@ -32,15 +32,15 @@
*
* NOTE: THIS IS THE ONLY PLACE THAT SHOULD EVER INCLUDE THIS FILE
*/
#include "board_hw_defs.c"
#include <pios.h>
#include <openpilot.h>
#include <uavobjectsinit.h>
#include <hwsettings.h>
#include <manualcontrolsettings.h>
#include <gcsreceiver.h>
#include "board_hw_defs.c"
/* One slot per selectable receiver group.
* eg. PWM, PPM, GCS, DSMMAINPORT, DSMFLEXIPORT, SBUS

View File

@ -32,14 +32,14 @@
*
* NOTE: THIS IS THE ONLY PLACE THAT SHOULD EVER INCLUDE THIS FILE
*/
#include "board_hw_defs.c"
#include <pios.h>
#include <openpilot.h>
#include <uavobjectsinit.h>
#include "hwsettings.h"
#include "manualcontrolsettings.h"
#include "board_hw_defs.c"
/**
* Sensor configurations
*/