From d775df409f857ba3a1cc24ecfacbe1321e6fb2ea Mon Sep 17 00:00:00 2001 From: Arturo Guadalupi Date: Mon, 21 Sep 2015 14:44:19 +0200 Subject: Modified reference to Leonardo only in the examples According to #3786 removed the reference to Leonardo only in while(!Serial) of the examples. Changed in in "wait for serial port to connect. Needed for native USB port only" --- .../examples/SoftwareSerialExample/SoftwareSerialExample.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/SoftwareSerial/examples/SoftwareSerialExample') diff --git a/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino b/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino index d35303d..aba6ebe 100644 --- a/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino +++ b/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino @@ -33,7 +33,7 @@ void setup() { // Open serial communications and wait for port to open: Serial.begin(57600); while (!Serial) { - ; // wait for serial port to connect. Needed for Leonardo only + ; // wait for serial port to connect. Needed for native USB port only } -- cgit v1.2.3-18-g5258