forked from espressif/esp-protocols
fix(eppp): Fixed defalt config designated init issue in C++
This commit is contained in:
@ -35,8 +35,8 @@
|
|||||||
.priority = 8, \
|
.priority = 8, \
|
||||||
}, \
|
}, \
|
||||||
. ppp = { \
|
. ppp = { \
|
||||||
.our_ip4_addr.addr = our_ip, \
|
.our_ip4_addr = { .addr = our_ip }, \
|
||||||
.their_ip4_addr.addr = their_ip, \
|
.their_ip4_addr = { .addr = their_ip }, \
|
||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user