mirror of https://github.com/ArduPilot/ardupilot
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();
|
scripting.update();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if HAL_LOGGING_ENABLED
|
||||||
|
hal.util->uart_log();
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void AP_Vehicle::check_motor_noise()
|
void AP_Vehicle::check_motor_noise()
|
||||||
|
|
Loading…
Reference in New Issue