aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Arduino.h
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2012-10-31 01:37:37 +0100
committerCristian Maglie <c.maglie@bug.st>2012-10-31 01:37:37 +0100
commit6e2b0e87555a6cbd839328960bc75d21cb53f88b (patch)
tree48f560aeb941f14d3118731ac597760b03e0e317 /cores/arduino/Arduino.h
parent2ccfb2d6f90e099309faeab1653df5d01089fbb3 (diff)
Added general yield()-hook for cooperative scheduling development
Diffstat (limited to 'cores/arduino/Arduino.h')
-rwxr-xr-xcores/arduino/Arduino.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cores/arduino/Arduino.h b/cores/arduino/Arduino.h
index b265825..908c66e 100755
--- a/cores/arduino/Arduino.h
+++ b/cores/arduino/Arduino.h
@@ -15,6 +15,8 @@
extern "C"{
#endif
+#define yield()
+
#define HIGH 0x1
#define LOW 0x0