diff options
Diffstat (limited to 'firmware/src/os/pit.h')
-rw-r--r-- | firmware/src/os/pit.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/src/os/pit.h b/firmware/src/os/pit.h new file mode 100644 index 0000000..92426e9 --- /dev/null +++ b/firmware/src/os/pit.h @@ -0,0 +1,7 @@ +#ifndef _PIT_H +#define _PIT_H + +extern void pit_init(void); +extern void pit_mdelay(u_int32_t ms); + +#endif |