diff options
author | Cristian Maglie <c.maglie@bug.st> | 2014-10-15 11:26:09 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2014-12-02 22:15:57 +0100 |
commit | a05d1d4851e0642880a48682547a61ca4813440f (patch) | |
tree | f1daebca4eff312f26947dd30c7461a1ff958466 /cores/arduino/Arduino.h | |
parent | 02f5b999581287001fb83f5304c06a3d144b3b42 (diff) |
Backported 'yield()' hook from 1.5.x
Diffstat (limited to 'cores/arduino/Arduino.h')
-rwxr-xr-x | cores/arduino/Arduino.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cores/arduino/Arduino.h b/cores/arduino/Arduino.h index d4a22a6..f03c2bc 100755 --- a/cores/arduino/Arduino.h +++ b/cores/arduino/Arduino.h @@ -34,6 +34,8 @@ extern "C"{ #endif +void yield(void); + #define HIGH 0x1 #define LOW 0x0 |