Add yield to mock test framework
This commit is contained in:
parent
2bcd9b074a
commit
b381728998
@ -21,4 +21,6 @@ extern "C"{
|
|||||||
#define PROGMEM
|
#define PROGMEM
|
||||||
#define pgm_read_byte_near(x) *(x)
|
#define pgm_read_byte_near(x) *(x)
|
||||||
|
|
||||||
|
#define yield(x) {}
|
||||||
|
|
||||||
#endif // Arduino_h
|
#endif // Arduino_h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user