Skip to content

Commit 2308665

Browse files
committed
core: main: Dont check for serialEventRun as its always defined
Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
1 parent 5d88dde commit 2308665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ int main(void)
4444

4545
for (;;) {
4646
loop();
47-
if (serialEventRun) serialEventRun();
47+
serialEventRun();
4848
}
4949

5050
return 0;

0 commit comments

Comments
 (0)