1 parent 6e5c31c commit 4c2cb7eCopy full SHA for 4c2cb7e
1 file changed
esp8266/mpconfigport.h
@@ -52,6 +52,8 @@
52
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
53
#define MICROPY_MODULE_FROZEN (1)
54
55
+#define MICROPY_EVENT_POLL_HOOK {ets_event_poll();}
56
+
57
// type definitions for the specific machine
58
59
#define BYTES_PER_WORD (4)
0 commit comments