mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-21 02:50:47 +08:00
force check and failures
This commit is contained in:
parent
112bd61a25
commit
4e7584167b
@ -95,7 +95,7 @@ int main(void) {
|
|||||||
.mask = mg_htonl(MG_U32(255, 255, 255, 0)),
|
.mask = mg_htonl(MG_U32(255, 255, 255, 0)),
|
||||||
.enable_dhcp_server = true,
|
.enable_dhcp_server = true,
|
||||||
.driver = &driver,
|
.driver = &driver,
|
||||||
.queue.len = 4096};
|
.recv_queue.size = 4096};
|
||||||
s_ifp = &mif;
|
s_ifp = &mif;
|
||||||
mg_tcpip_init(&mgr, &mif);
|
mg_tcpip_init(&mgr, &mif);
|
||||||
mg_timer_add(&mgr, 500, MG_TIMER_REPEAT, blink_cb, &mgr);
|
mg_timer_add(&mgr, 500, MG_TIMER_REPEAT, blink_cb, &mgr);
|
||||||
|
Loading…
Reference in New Issue
Block a user