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 hardcoded periodic USB task IRQ conflicts with the IRQ used by the
new Pico SDK 1.4.0 WiFi support. A new API call was added in 1.4.0 to
allow the system to select a free IRQ, so use it. Default to the
hardcoded one on earlier SDK versions (since those don't have the new
API call).
Fixes a crash found in earlephilhower/arduino-pico#670
0 commit comments