mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Nina-w10: Fix ifconfig args order.
This commit is contained in:
parent
b5692231e2
commit
6438a3c6ea
@ -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 ?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user