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
In the constructor of AbstractUART (line 54 of file), you set stop = false. I would suggest to set it the variable false after the treads are started? Or do I miss something?
The text was updated successfully, but these errors were encountered:
Sorry, you got me wrong. I did not mean initialising (which indeed should be in the c'tor) but setting its value inside the c'tor to true and after thread initialisation to false.
In the constructor of AbstractUART (line 54 of file), you set
stop = false
. I would suggest to set it the variable false after the treads are started? Or do I miss something?The text was updated successfully, but these errors were encountered: