fusee: do PMC reboots, not CAR reboots.

This commit is contained in:
Michael Scire 2018-11-30 06:34:20 -08:00
parent be5b58d033
commit 33b7e227d4
4 changed files with 2 additions and 22 deletions

View file

@ -122,7 +122,6 @@ void hexdump(const void* data, size_t size, uintptr_t addrbase);
__attribute__((noreturn)) void watchdog_reboot(void);
__attribute__((noreturn)) void pmc_reboot(uint32_t scratch0);
__attribute__((noreturn)) void car_reboot(void);
__attribute__((noreturn)) void wait_for_button_and_reboot(void);
void wait_for_button(void);