summaryrefslogtreecommitdiff
path: root/src/libs/clock.h
blob: 657999ed36446c7ecba7967f4defd56ffbbdc98b (plain)
1
2
3
4
5
6
7
8
9
#ifndef __CLOCK_H__
#define __CLOCK_H__

#include "types.h"

void xosc_init();
void wait(u32 ms); // Did not test much that one

#endif