pico-sdk
pico-sdk copied to clipboard
Fix stdio_set_chars_available_callback for usb
When you get a callback to tell you a character is available, you should be able to call getchar_timeout_us, but it's not working for USB
Fixes #1603
Fixed. Messy.