esp-idf/components/esp_netif/lwip
Richard Retanubun bd3db823b1 Fixup inversion error causing error prints
ESP_RETURN_ON_FALSE(a, err_code, ...) macro

Will print and return err_code
if (unlikely(!(a)))

so "a" needs to state what we expect to be TRUE
which in this case means:

mld6_leavegroup_netif(...) == ERR_OK
2022-05-19 16:58:47 -04:00
..
esp_netif_lwip_defaults.c esp_netif: remove dependency of L2 TAP Interface from netif_lwip 2022-04-08 16:40:29 +02:00
esp_netif_lwip_internal.h esp_netif: remove dependency of L2 TAP Interface from netif_lwip 2022-04-08 16:40:29 +02:00
esp_netif_lwip_ppp.c Remove legacy system event framework. 2022-03-09 15:53:45 +05:30
esp_netif_lwip_ppp.h esp_netif: Extend PPP netif API to control connection failure 2021-09-07 09:03:15 +02:00
esp_netif_lwip_slip.c esp_netif: Add CONFIG_PPP_SUPPORT and CONFIG_LWIP_SLIP_SUPPORT to sperate the code 2021-06-25 14:51:24 +08:00
esp_netif_lwip_slip.h esp-netif: Fix SLIP interface to start with correct IPv6 addr 2020-09-03 18:11:09 +00:00
esp_netif_lwip.c Fixup inversion error causing error prints 2022-05-19 16:58:47 -04:00
esp_netif_sta_list.c lwip: fix build with CONFIG_LWIP_DHCPS disabled 2022-04-11 12:31:17 +00:00