mirror of https://github.com/ArduPilot/ardupilot
AC_CustomControl: change namespace of MultiCopter and FixedWing params
this stops the libraries knowing anything about AP_Vehicle
This commit is contained in:
parent
cf8acf613d
commit
12b825ba08
|
@ -8,6 +8,7 @@
|
|||
#include "AC_CustomControl_Backend.h"
|
||||
// #include "AC_CustomControl_Empty.h"
|
||||
#include "AC_CustomControl_PID.h"
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
||||
// table of user settable parameters
|
||||
const AP_Param::GroupInfo AC_CustomControl::var_info[] = {
|
||||
|
|
Loading…
Reference in New Issue