Copter: remove whitespace

This commit is contained in:
Andy Piper 2024-09-24 12:41:54 +01:00 committed by Peter Barker
parent eeda86ccb4
commit 4c1c326a52
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}