1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

typo in StringLength.ino fixes #1028

This commit is contained in:
Scott Howard
2012-12-05 13:25:37 -05:00
parent 24cef2ebe3
commit a309364fb8

View File

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