feat(esp8266): Remove critical from WIFI OSI

This commit is contained in:
Dong Heng
2018-08-27 19:22:42 +08:00
parent eacf6c3b37
commit a78fb5c99f
9 changed files with 13 additions and 33 deletions

View File

@ -37,8 +37,6 @@ extern "C" {
typedef struct {
int32_t version;
uint32_t (*enter_critical)(void);
void (*exit_critical)(uint32_t tmp);
void *(*task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio);
void (*task_delete)(void *task_handle);