Skip to content

Commit 9b085d2

Browse files
Merge cfe95a2 into d84b3c1
2 parents d84b3c1 + cfe95a2 commit 9b085d2

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-usb

1 file changed

+2
-2
lines changed

content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-usb/giga-usb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ void setup() {
277277
278278
msd.connect();
279279
280-
while (!msd.connected()) {
280+
while (!msd.connect()) {
281281
//while (!port.connected()) {
282282
delay(1000);
283283
}
@@ -358,7 +358,7 @@ void setup() {
358358
359359
msd.connect();
360360
361-
while (!msd.connected()) {
361+
while (!msd.connect()) {
362362
Serial.print("MSD not found.");
363363
delay(1000);
364364
}

0 commit comments

Comments
 (0)