Browse Source

Add printf for feedback when all tests are done

master
goldsimon 16 years ago
parent
commit
fc7b8e1fc2
  1. 1
      apps/socket_examples/socket_examples.c

1
apps/socket_examples/socket_examples.c

@ -179,6 +179,7 @@ sockex_nonblocking_connect(void *arg)
LWIP_ASSERT("ret == 0", ret == 0);
printf("select() needed %d ticks to return error\n", ticks_b - ticks_a);
printf("all tests done, thread ending\n");
}
void socket_examples_init(void)

Loading…
Cancel
Save