提交 ce0c3642 编写于 作者: S Sherman

[fix] 修改格式错误

上级 21f9e562
......@@ -35,7 +35,7 @@ rt_err_t rt_link_receive_example_callback(void *data, rt_size_t length)
{
LOG_I("recv data %d",length);
LOG_HEX("example",8,data,length);
rt_free(data);
rt_free(data);
return RT_EOK;
}
......@@ -115,7 +115,6 @@ void rt_link_speed_test(void *paremeter)
LOG_W("speed test end, type %d",speed_test_type);
}
int rt_link_example_send(int argc, char **argv)
{
char *receive = RT_NULL;
......@@ -175,7 +174,6 @@ int rt_link_example_send(int argc, char **argv)
LOG_E("Invalid parameter.");
}
}
return 0;
}
MSH_CMD_EXPORT(rt_link_example_send, rt link layer send test);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册