2019-09-29 20:13:03 -06:00

8 lines
106 B
C

#include <board/gctrl.h>
void gctrl_init(void) {
SPCTRL1 = 0x03;
BADRSEL = 0;
RSTS = 0x84;
}