Skip to content

Commit 4e26be9

Browse files
Updated example
1 parent d84b3c1 commit 4e26be9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)