We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4c041 commit a99cc3dCopy full SHA for a99cc3d
test/mip_test.c
@@ -44,9 +44,10 @@ static void test_csum(void) {
44
static bool executed = false;
45
46
static void mif_fn(struct mg_tcpip_if *ifp, int ev, void *ev_data) {
47
- if (ev == MG_TCPIP_EV_ST_CHG)
+ if (ev == MG_TCPIP_EV_ST_CHG) {
48
ASSERT(*(uint8_t *) ev_data == MG_TCPIP_STATE_READY);
49
executed = true;
50
+ }
51
(void) ifp;
52
}
53
0 commit comments