fixed a bug. tcp_listener_create was called incorrectly by microtcp_open
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
void test_tcp_timer(void);
|
||||
|
||||
int main(void)
|
||||
{
|
||||
test_tcp_timer();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user