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
It seems like endtx and txstopped race, and if we see txstopped first
we return an error, causing writeln!(...).unwrap() to panic.
This changes makes the UART work reliably on the nRF9160-PDK.
0 commit comments