Skip to content

Commit ef25a2b

Browse files
committed
Revert "Fix for serialEvent example"
This reverts commit 4648330.
1 parent 75520c4 commit ef25a2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/shared/examples/04.Communication/SerialEvent/SerialEvent.ino

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ void setup() {
2828
}
2929

3030
void loop() {
31-
serialEvent(); //call the function
3231
// print the string when a newline arrives:
3332
if (stringComplete) {
3433
Serial.println(inputString);

0 commit comments

Comments
 (0)