From 6e2b0e87555a6cbd839328960bc75d21cb53f88b Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Wed, 31 Oct 2012 01:37:37 +0100 Subject: Added general yield()-hook for cooperative scheduling development --- cores/arduino/Arduino.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cores/arduino/Arduino.h') 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 -- cgit v1.2.3-18-g5258