We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2e6cb commit 8f5dbfaCopy full SHA for 8f5dbfa
1 file changed
src/arduino_io.inl
@@ -71,6 +71,8 @@ void delay(uint32_t ms)
71
}
72
delayMicroseconds((ms % 10) * 1000);
73
74
+void yield(void) {}
75
+
76
#endif // !ARDUINO
77
78
void bbepPinMode(int iPin, int iMode)
0 commit comments