mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
INS_generic: Use new default for reboot
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
a7d9209001
commit
5b1cac268b
@ -79,7 +79,7 @@ void loop(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (user_input == 'r') {
|
if (user_input == 'r') {
|
||||||
hal.scheduler->reboot(false);
|
hal.scheduler->reboot();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user