mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
fix(esp_netif): Add unit test for loopback configuration
Split tests into common and lwip/loopback specific and adds loopback tests as separate configuration.
This commit is contained in:

committed by
David Čermák

parent
c6748a636d
commit
921b2a6331
@@ -480,4 +480,8 @@ esp_err_t esp_netif_tcpip_exec(esp_netif_callback_fn fn, void*ctx)
|
||||
return fn(ctx);
|
||||
}
|
||||
|
||||
esp_netif_t *esp_netif_get_handle_from_ifkey(const char *if_key)
|
||||
{
|
||||
return esp_netif_get_handle_from_ifkey_unsafe(if_key);
|
||||
}
|
||||
#endif /* CONFIG_ESP_NETIF_LOOPBACK */
|
||||
|
Reference in New Issue
Block a user