DragonProbe/thread.h

9 lines
72 B
C
Raw Normal View History

2021-06-08 00:22:54 +00:00
#ifndef THREAD_H_
#define THREAD_H_
void thread_yield(void);
#endif