Skip to content

Commit

Permalink
AC_CustomControl: move include of logging header to cpp file
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Feb 29, 2024
1 parent d0cc35a commit 3926e06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions libraries/AC_CustomControl/AC_CustomControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down
1 change: 0 additions & 1 deletion libraries/AC_CustomControl/AC_CustomControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3926e06

Please sign in to comment.