Skip to content

Commit 42f6797

Browse files
committed
Added general yield()-hook for cooperative scheduling development
1 parent 1e06421 commit 42f6797

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hardware/arduino/avr/cores/arduino/Arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
extern "C"{
1616
#endif
1717

18+
#define yield()
19+
1820
#define HIGH 0x1
1921
#define LOW 0x0
2022

0 commit comments

Comments
 (0)