DroneCAN_sniffer: 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:00 -03:00 committed by Peter Barker
parent 5b1cac268b
commit 3c095706ca

View File

@ -252,7 +252,7 @@ void loop(void)
if (hal.console->available() > 50) {
hal.console->printf("rebooting\n");
hal.console->discard_input();
hal.scheduler->reboot(false);
hal.scheduler->reboot();
}
hal.console->discard_input();
}