Skip to content

Commit cfe95a2

Browse files
Added fix
1 parent 4e26be9 commit cfe95a2

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

+1-1
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
}

0 commit comments

Comments
 (0)