AP_Vehicle: Use new default for reboot

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
Patrick José Pereira 2024-03-06 13:33:01 -03:00 committed by Peter Barker
parent 3c095706ca
commit 16926a2df8
1 changed files with 1 additions and 1 deletions

View File

@ -999,7 +999,7 @@ void AP_Vehicle::accel_cal_update()
if (ins.accel_cal_requires_reboot() &&
!hal.util->get_soft_armed()) {
hal.scheduler->delay(1000);
hal.scheduler->reboot(false);
hal.scheduler->reboot();
}
#endif
}