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
samd/machine_uart.c: Fix unintended UART buffer allocation on init().
The buffer was be reset on every call to uart.init(). If no sizes
were given, the buffer was be set to the default size 256. That made
problems e.g. with PPP.
This PR fixes it, keeping the buffer size if not deliberately changed
and allocating new buffers only if the size was changed.
Signed-off-by: robert-hh <robert@hammelrath.com>
0 commit comments