Teacup_Firmware/cpu.h

8 lines
74 B
C

#ifndef _CPU_H
#define _CPU_H
void cpu_init(void);
#endif /* _CPU_H */