Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
delay.h
Go to the documentation of this file.
1 
4 #ifndef __KERNEL_DELAY_H__
5 #define __KERNEL_DELAY_H__
6 
7 void msleep(unsigned int msecs);
8 
9 #endif