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
Remove support for busy-wait millisecond delays with IRQs disabled
The current implementation of Pybricks does not disable IRQs for any significant
length of time, which means that we can remove clock driver code supporting it.
0 commit comments