#ifndef __CLOCK_H__ #define __CLOCK_H__ #include "types.h" void xosc_init(); void wait(u32 ms); // Did not test much that one #endif