mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-22 11:22:13 +00:00
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