mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 13:40:37 +08:00
feat(esp8266): Remove critical from WIFI OSI
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user