aboutsummaryrefslogtreecommitdiff
path: root/esp8266/ets_alt_task.h
blob: 62f0025a8900d0d278f85d4cd228746ffe430b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MICROPY_INCLUDED_ESP8266_ETS_ALT_TASK_H
#define MICROPY_INCLUDED_ESP8266_ETS_ALT_TASK_H

#include <stdbool.h>
#include <stdint.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