From 34e01984368ff2c689808ef8de182d838cd96725 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 20 Sep 2016 14:28:17 +1000 Subject: esp8266: Extend system microsecond counter to 64-bits; use in ticks_ms. So now ticks_ms can count up to the full 30 bits. Fixes issue #2412. --- esp8266/ets_alt_task.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'esp8266/ets_alt_task.h') 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); -- cgit v1.2.3