mirror of https://github.com/ArduPilot/ardupilot
AC_AttitudeControl: remove unused macro
This commit is contained in:
parent
d9ecf51457
commit
1498e4c037
|
@ -476,6 +476,3 @@ public:
|
|||
float control_monitor_rms_output_pitch(void) const;
|
||||
float control_monitor_rms_output_yaw(void) const;
|
||||
};
|
||||
|
||||
#define AC_ATTITUDE_CONTROL_LOG_FORMAT(msg) { msg, sizeof(AC_AttitudeControl::log_Attitude), \
|
||||
"ATT", "cccccCC", "RollIn,Roll,PitchIn,Pitch,YawIn,Yaw,NavYaw" }
|
||||
|
|
Loading…
Reference in New Issue