add debug message to determine the task id of the tcpip thread
This commit is contained in:
parent
7ed258a1fb
commit
ef750e1c31
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ static void tcpip_init_done(void* arg)
|
|||
{
|
||||
sys_sem_t* sem = (sys_sem_t*)arg;
|
||||
|
||||
kprintf("LwIP's tcpip thread has task id %dn", per_core(current_task)->id);
|
||||
|
||||
sys_sem_signal(sem);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue