1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-17 06:52:18 +01:00

Fixed StringLength example

This commit is contained in:
Cristian Maglie 2012-06-26 01:01:52 +02:00
parent b767ef2b57
commit d035d3b32c

View File

@ -23,7 +23,7 @@ void setup() {
// send an intro:
Serial.println("\n\nString length():");
Serial.ptintln();
Serial.println();
}
void loop() {