AC_CustomControl: change namespace of MultiCopter and FixedWing params

this stops the libraries knowing anything about AP_Vehicle
This commit is contained in:
Peter Barker 2022-09-30 10:26:47 +10:00 committed by Andrew Tridgell
parent cf8acf613d
commit 12b825ba08
1 changed files with 1 additions and 0 deletions

View File

@ -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[] = {