mirror of https://github.com/ArduPilot/ardupilot
AC_CustomControl: move include of logging header to cpp file
This commit is contained in:
parent
d0cc35af3e
commit
3926e06508
|
@ -8,6 +8,7 @@
|
|||
// #include "AC_CustomControl_Empty.h"
|
||||
#include "AC_CustomControl_PID.h"
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
|
||||
// table of user settable parameters
|
||||
const AP_Param::GroupInfo AC_CustomControl::var_info[] = {
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include <AP_AHRS/AP_AHRS_View.h>
|
||||
#include <AC_AttitudeControl/AC_AttitudeControl.h>
|
||||
#include <AP_Motors/AP_MotorsMulticopter.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
|
||||
#ifndef CUSTOMCONTROL_MAX_TYPES
|
||||
#define CUSTOMCONTROL_MAX_TYPES 2
|
||||
|
|
Loading…
Reference in New Issue