mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
Added general yield()-hook for cooperative scheduling development
This commit is contained in:
@ -15,6 +15,8 @@
|
||||
extern "C"{
|
||||
#endif
|
||||
|
||||
#define yield()
|
||||
|
||||
#define HIGH 0x1
|
||||
#define LOW 0x0
|
||||
|
||||
|
Reference in New Issue
Block a user