1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Revert "Fix for serialEvent example"

This reverts commit 4648330a7f.
This commit is contained in:
agdl 2015-12-15 12:18:27 +01:00
parent 75520c4175
commit ef25a2b308

View File

@ -28,7 +28,6 @@ void setup() {
}
void loop() {
serialEvent(); //call the function
// print the string when a newline arrives:
if (stringComplete) {
Serial.println(inputString);