mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_Vehicle: call uart_log
in one_Hz_update
This commit is contained in:
parent
264bd91f4e
commit
03b00cb906
@ -1027,6 +1027,10 @@ void AP_Vehicle::one_Hz_update(void)
|
||||
scripting.update();
|
||||
#endif
|
||||
|
||||
#if HAL_LOGGING_ENABLED
|
||||
hal.util->uart_log();
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
void AP_Vehicle::check_motor_noise()
|
||||
|
Loading…
Reference in New Issue
Block a user