Skip to content

Commit

Permalink
Add yield to mock test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Nov 2, 2018
1 parent 2bcd9b0 commit b381728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/lib/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ extern "C"{
#define PROGMEM
#define pgm_read_byte_near(x) *(x)

#define yield(x) {}

#endif // Arduino_h

0 comments on commit b381728

Please sign in to comment.