INS_generic: 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 a7d9209001
commit 5b1cac268b

View File

@ -79,7 +79,7 @@ void loop(void)
}
if (user_input == 'r') {
hal.scheduler->reboot(false);
hal.scheduler->reboot();
}
}
}