[freertos] add freertos firmware
Change-Id: I4158d66d9b5fc444e28287f55e79ac24e0a1666f
This commit is contained in:
7
freertos/cvitek/install/include/common/sleep.h
Normal file
7
freertos/cvitek/install/include/common/sleep.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef _SLEEP_H
|
||||
#define _SLEEP_H
|
||||
|
||||
void usleep(unsigned long useconds);
|
||||
void nanosleep(unsigned long nseconds);
|
||||
|
||||
#endif // end of _SLEEP_H
|
||||
Reference in New Issue
Block a user