summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/ets_alt_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266/ets_alt_task.h')
-rw-r--r--esp8266/ets_alt_task.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/esp8266/ets_alt_task.h b/esp8266/ets_alt_task.h
index 4b5ba26dbd..dba0c5fa64 100644
--- a/esp8266/ets_alt_task.h
+++ b/esp8266/ets_alt_task.h
@@ -1,2 +1,4 @@
extern int ets_loop_iter_disable;
+extern uint32_t system_time_high_word;
+
bool ets_loop_iter(void);