You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/migration-guides/release-6.x/6.0/networking.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Removed the following RMII clock Kconfig options from `components/esp_eth`. Cloc
46
46
ESP-NETIF
47
47
*********
48
48
49
-
Removal of deprecated:cpp:func:`esp_netif_next`
49
+
Removed Deprecated:cpp:func:`esp_netif_next`
50
50
------------------------------------------------
51
51
52
52
The deprecated iteration helper :cpp:func:`esp_netif_next` has been removed from :doc:`/api-reference/network/esp_netif`. This API was inherently unsafe because it did not lock the interface list or the TCP/IP context during iteration.
0 commit comments