34e0198436
So now ticks_ms can count up to the full 30 bits. Fixes issue #2412.
5 lines
100 B
C
5 lines
100 B
C
extern int ets_loop_iter_disable;
|
|
extern uint32_t system_time_high_word;
|
|
|
|
bool ets_loop_iter(void);
|