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" --- libraries/EEPROM/examples/eeprom_crc/eeprom_crc.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/EEPROM/examples/eeprom_crc/eeprom_crc.ino') diff --git a/libraries/EEPROM/examples/eeprom_crc/eeprom_crc.ino b/libraries/EEPROM/examples/eeprom_crc/eeprom_crc.ino index d14b4b3..c6db85c 100644 --- a/libraries/EEPROM/examples/eeprom_crc/eeprom_crc.ino +++ b/libraries/EEPROM/examples/eeprom_crc/eeprom_crc.ino @@ -15,7 +15,7 @@ void setup() { //Start serial Serial.begin(9600); while (!Serial) { - ; // wait for serial port to connect. Needed for Leonardo only + ; // wait for serial port to connect. Needed for native USB port only } //Print length of data to run CRC on. @@ -49,4 +49,4 @@ unsigned long eeprom_crc(void) { crc = ~crc; } return crc; -} \ No newline at end of file +} -- cgit v1.2.3-18-g5258