Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7733931

Browse filesBrowse files
committed
Fix for #106
Removed delay in CDC Driver to check for connected state in Serial_::operator bool()
1 parent eed66e7 commit 7733931
Copy full SHA for 7733931

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎cores/arduino/USB/CDC.cpp

Copy file name to clipboardExpand all lines: cores/arduino/USB/CDC.cpp
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ Serial_::operator bool()
311311
result = true;
312312
}
313313

314-
delay(10);
315314
return result;
316315
}
317316

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.