Closed
Description
The following function definitions are missing from ets_sys.h, which causes some of the macro definitions to fail when compiling:
typedef void (* ets_isr_t)(void *);
void ets_intr_lock(void);
void ets_intr_unlock(void);
void ets_isr_attach(int i, ets_isr_t func, void *arg);
//the following are missing
void ets_isr_mask(unsigned intr);
void ets_isr_unmask(unsigned intr);
void ets_wdt_enable(void);
void ets_wdt_disable(void);
Metadata
Metadata
Assignees
Labels
No labels