We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
serialEventRun
1 parent 5d88dde commit 2308665Copy full SHA for 2308665
cores/arduino/main.cpp
@@ -44,7 +44,7 @@ int main(void)
44
45
for (;;) {
46
loop();
47
- if (serialEventRun) serialEventRun();
+ serialEventRun();
48
}
49
50
return 0;
0 commit comments