mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 17:18:24 +00:00
correct spelling error
This commit is contained in:
@@ -101,7 +101,7 @@ void tcpserv(void* parameter)
|
||||
else
|
||||
{
|
||||
/* 在控制终端显示收到的数据 */
|
||||
rt_kprintf("RECIEVED DATA = %s \n" , recv_data);
|
||||
rt_kprintf("RECEIVED DATA = %s \n" , recv_data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user