mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Merge pull request #1153 from maqifrnswa/stringlength_typo
typo in StringLength.ino fixes #1028
This commit is contained in:
commit
2e5851c002
@ -23,7 +23,7 @@ void setup() {
|
||||
|
||||
// send an intro:
|
||||
Serial.println("\n\nString length():");
|
||||
Serial.ptintln();
|
||||
Serial.println();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
Loading…
Reference in New Issue
Block a user