Add printf for feedback when all tests are done

This commit is contained in:
goldsimon 2010-02-09 18:39:19 +00:00
parent e46c1c88e9
commit fc7b8e1fc2
1 changed files with 1 additions and 0 deletions

View File

@ -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)