remove typo
This commit is contained in:
parent
e230fdcf15
commit
e8ec97923f
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ 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);
|
||||
kprintf("LwIP's tcpip thread has task id %d\n", per_core(current_task)->id);
|
||||
|
||||
sys_sem_signal(sem);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue