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