mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 09:32:28 +08:00
correct some explain
This commit is contained in:
@@ -19,9 +19,9 @@ void tcp_senddata(const char* url, int port, int length)
|
||||
return;
|
||||
}
|
||||
|
||||
/* 神奇内存 */
|
||||
/* 申请内存 */
|
||||
buffer_ptr = rt_malloc(length);
|
||||
/* 构造发生数据 */
|
||||
/* 构造发送数据 */
|
||||
for (index = 0; index < length; index ++)
|
||||
buffer_ptr[index] = index & 0xff;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user