summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/rp2/cyw43_configport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/rp2/cyw43_configport.h b/ports/rp2/cyw43_configport.h
index b6f5b3cad..a5ce8a9e7 100644
--- a/ports/rp2/cyw43_configport.h
+++ b/ports/rp2/cyw43_configport.h
@@ -93,6 +93,7 @@ static inline void cyw43_delay_ms(uint32_t ms) {
int32_t start = mp_hal_ticks_us();
while (mp_hal_ticks_us() - start < us) {
__WFI();
+ MICROPY_EVENT_POLL_HOOK_FAST;
}
}