summaryrefslogtreecommitdiffstatshomepage
path: root/ports/esp8266/esp_mphal.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/esp8266/esp_mphal.c')
-rw-r--r--ports/esp8266/esp_mphal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp8266/esp_mphal.c b/ports/esp8266/esp_mphal.c
index 25201425b3..d840cf0408 100644
--- a/ports/esp8266/esp_mphal.c
+++ b/ports/esp8266/esp_mphal.c
@@ -144,7 +144,7 @@ void mp_hal_delay_ms(uint32_t delay) {
void ets_event_poll(void) {
ets_loop_iter();
- mp_handle_pending();
+ mp_handle_pending(true);
}
void __assert_func(const char *file, int line, const char *func, const char *expr) {