Skip to content

Commit 8f5dbfa

Browse files
committed
Added missing yield() stub
1 parent 1e2e6cb commit 8f5dbfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/arduino_io.inl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ void delay(uint32_t ms)
7171
}
7272
delayMicroseconds((ms % 10) * 1000);
7373
}
74+
void yield(void) {}
75+
7476
#endif // !ARDUINO
7577

7678
void bbepPinMode(int iPin, int iMode)

0 commit comments

Comments
 (0)