2016-11-03 15:50:59 -07:00
|
|
|
#ifndef _INCLUDED_ETS_ALT_TASK_H_
|
|
|
|
#define _INCLUDED_ETS_ALT_TASK_H_
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
|
2016-06-01 17:26:49 +01:00
|
|
|
extern int ets_loop_iter_disable;
|
2016-09-20 14:28:17 +10:00
|
|
|
extern uint32_t system_time_high_word;
|
|
|
|
|
2015-12-21 23:04:11 +02:00
|
|
|
bool ets_loop_iter(void);
|
2016-11-03 15:50:59 -07:00
|
|
|
|
|
|
|
#endif // _INCLUDED_ETS_ALT_TASK_H_
|