mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 18:00:48 +02:00
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);
|