mirror of https://github.com/ArduPilot/ardupilot
AP_Mount: change namespace of MultiCopter and FixedWing params
this stops the libraries knowing anything about AP_Vehicle
This commit is contained in:
parent
3eecf7b71d
commit
aad489c8cb
|
@ -11,9 +11,9 @@
|
|||
#include "SoloGimbalEKF.h"
|
||||
#if HAL_SOLO_GIMBAL_ENABLED
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_Vehicle/AP_Vehicle.h>
|
||||
#include <AP_NavEKF/AP_Nav_Common.h>
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
#include <AP_Compass/AP_Compass.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue