Nina-w10: Fix ifconfig args order.

This commit is contained in:
iabdalkader 2021-08-26 16:59:35 +02:00
parent b5692231e2
commit 6438a3c6ea

View File

@ -491,8 +491,8 @@ int nina_ifconfig(nina_ifconfig_t *ifconfig, bool set)
3, ARG_8BITS,
NINA_VALS(
{&ip_len, ifconfig->ip_addr},
{&gw_len, ifconfig->gateway_addr},
{&sub_len, ifconfig->subnet_addr})) != 0) {
{&sub_len, ifconfig->subnet_addr},
{&gw_len, ifconfig->gateway_addr})) != 0) {
return -1;
}
// No command to get DNS ?