From 4c1c326a52b37c225453719c61980e86baccdbbd Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Tue, 24 Sep 2024 12:41:54 +0100 Subject: [PATCH] Copter: remove whitespace --- ArduCopter/Attitude.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/Attitude.cpp b/ArduCopter/Attitude.cpp index d4a7e472cc..3e71782c18 100644 --- a/ArduCopter/Attitude.cpp +++ b/ArduCopter/Attitude.cpp @@ -16,7 +16,7 @@ void Copter::run_rate_controller() // run low level rate controllers that only require IMU data attitude_control->rate_controller_run(); - // reset sysid and other temporary inputs + // reset sysid and other temporary inputs attitude_control->rate_controller_target_reset(); }