You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IdleLoop/main.cpp
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,8 @@ LowPowerTicker watchdogTicker;
7
7
Thread watchdogThread;
8
8
EventQueue watchdogQueue;
9
9
10
-
11
-
//if we use Serial as a CLI console . The CLI thread allways get the read lock , if another thread want to print something to serial console, it will be blocked by CLI thread .
0 commit comments