MicrOS
ktime.h
Go to the documentation of this file.
1 #ifndef KTIME_H
2 #define KTIME_H
3 
4 #include "cpu/timer/timer.h"
5 
6 void sleep(uint32_t ms);
7 
8 #endif
void sleep(uint32_t ms)
Definition: ktime.c:3
size_t uint32_t
Unsigned integral type.
Definition: string.h:8