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
Simplify example of stdio_set_chars_available_callback (#495)
The example in here uses an async callback to avoid a race when using
stdio_usb. But there's a fix available for this issue so simplify the
example.
To test pass -DPICO_STDIO_USB=1 on the cmake command line.
Fixes#461
0 commit comments