Skip to content

Commit e414678

Browse files
committed
Removed if () check for serialEventRun based on reviewer feedback.
1 parent a41d602 commit e414678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pic32/cores/pic32/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ int main(void)
6161
{
6262
_scheduleTask();
6363
loop();
64-
if (serialEventRun != NULL) serialEventRun();
64+
serialEventRun();
6565
}
6666
return 0;
6767
}

0 commit comments

Comments
 (0)