53 void panic(uint16_t delay_red_ms, uint16_t delay_green_ms);
void wdt_reenable(void)
Re-enables the watchdog.
Definition: system.c:84
void configure_system_clock(void)
Configures the system clock.
Definition: system.c:36
void enable_usb_pll(void)
Configures the PLL for USB operation.
Definition: system.c:48
void panic(uint16_t delay_red_ms, uint16_t delay_green_ms)
Stops program execution and blinks the on-board LEDs.
Definition: system.c:60