Skip to content

Commit 05dd24c

Browse files
committed
clean up
1 parent 9329328 commit 05dd24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/bluefruit_playground/bluefruit_playground.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ void setup()
248248
#endif
249249

250250
Serial.begin(115200);
251-
while(!Serial) delay(10); // wait for native USB
251+
// while(!Serial) delay(10); // wait for native USB
252252

253253
Serial.println("Bluefruit Playground Example");
254254
Serial.println("---------------------------\n");

0 commit comments

Comments
 (0)