AP_Camera: fixup includes
This commit is contained in:
parent
fd8f70c098
commit
fc3f09c6c0
@ -5,6 +5,9 @@
|
|||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS.h>
|
||||||
|
#include <SRV_Channel/SRV_Channel.h>
|
||||||
|
#include <AP_Logger/AP_Logger.h>
|
||||||
|
#include <AP_GPS/AP_GPS.h>
|
||||||
|
|
||||||
// ------------------------------
|
// ------------------------------
|
||||||
#define CAM_DEBUG DISABLED
|
#define CAM_DEBUG DISABLED
|
||||||
|
@ -5,9 +5,7 @@
|
|||||||
#include <AP_Param/AP_Param.h>
|
#include <AP_Param/AP_Param.h>
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
#include <AP_Relay/AP_Relay.h>
|
#include <AP_Relay/AP_Relay.h>
|
||||||
#include <AP_GPS/AP_GPS.h>
|
|
||||||
#include <AP_AHRS/AP_AHRS.h>
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
#include <AP_Mission/AP_Mission.h>
|
|
||||||
|
|
||||||
#define AP_CAMERA_TRIGGER_TYPE_SERVO 0
|
#define AP_CAMERA_TRIGGER_TYPE_SERVO 0
|
||||||
#define AP_CAMERA_TRIGGER_TYPE_RELAY 1
|
#define AP_CAMERA_TRIGGER_TYPE_RELAY 1
|
||||||
|
Loading…
Reference in New Issue
Block a user