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
Current implementation of serial_log and serial_err isn't suitable for multi-threading. Data sent in a same time from different RTOS tasks interfere, so user receive wrong output.
The text was updated successfully, but these errors were encountered:
Current implementation of serial_log and serial_err isn't suitable for multi-threading. Data sent in a same time from different RTOS tasks interfere, so user receive wrong output.
The text was updated successfully, but these errors were encountered: