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
The buffer used for printf in RawSerial is either dynamically
allocated or used on the stack depending on the string size.
The buffer size should be user supplied instead.