Add yield to mock test framework

This commit is contained in:
Nick O'Leary 2018-11-02 01:05:02 +00:00
parent 2bcd9b074a
commit b381728998

View File

@ -21,4 +21,6 @@ extern "C"{
#define PROGMEM
#define pgm_read_byte_near(x) *(x)
#define yield(x) {}
#endif // Arduino_h