8000 Revert "Fix for serialEvent example" · arduino/arduino-examples@6f7d1e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f7d1e5

Browse files
committed
Revert "Fix for serialEvent example"
This reverts commit 0413144.
1 parent bfe66c0 commit 6f7d1e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/04.Communication/SerialEvent/SerialEvent.ino

Lines changed: 0 additions & 1 deletion
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)
0