Added general yield()-hook for cooperative scheduling development

This commit is contained in:
Cristian Maglie 2012-10-31 01:37:37 +01:00
parent 2ccfb2d6f9
commit 6e2b0e8755
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
extern "C"{
#endif
#define yield()
#define HIGH 0x1
#define LOW 0x0