freertos: release the generic version source code
freertos runs on the second core (small one) of the CPU
This commit is contained in:
7
freertos/cvitek/common/include/riscv64/sleep.h
Normal file
7
freertos/cvitek/common/include/riscv64/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