mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 10:08:06 +08:00
feat(esp8266): add API to be compatible with esp-idf
This commit is contained in:
@ -108,4 +108,9 @@ esp_err_t esp_event_loop_init(system_event_cb_t cb, void *ctx)
|
||||
s_event_ctx = ctx;
|
||||
s_event_init_flag = true;
|
||||
return ESP_OK;
|
||||
}
|
||||
}
|
||||
|
||||
esp_err_t esp_event_loop_create_default(void)
|
||||
{
|
||||
return ESP_OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user