Jeremy Soller ffd9e6eca2
Modularize
2019-09-27 17:23:32 -06:00

8 lines
108 B
C

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