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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/esp8266/ets_alt_task.h b/esp8266/ets_alt_task.h
deleted file mode 100644
index 33a9d3a002..0000000000
--- a/esp8266/ets_alt_task.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef MICROPY_INCLUDED_ESP8266_ETS_ALT_TASK_H
-#define MICROPY_INCLUDED_ESP8266_ETS_ALT_TASK_H
-
-extern int ets_loop_iter_disable;
-extern uint32_t system_time_high_word;
-
-bool ets_loop_iter(void);
-
-#endif // MICROPY_INCLUDED_ESP8266_ETS_ALT_TASK_H