mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-19 03:13:34 +08:00
[fix] 修改格式错误
This commit is contained in:
@@ -115,7 +115,6 @@ void rt_link_speed_test(void *paremeter)
|
|||||||
LOG_W("speed test end, type %d",speed_test_type);
|
LOG_W("speed test end, type %d",speed_test_type);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int rt_link_example_send(int argc, char **argv)
|
int rt_link_example_send(int argc, char **argv)
|
||||||
{
|
{
|
||||||
char *receive = RT_NULL;
|
char *receive = RT_NULL;
|
||||||
@@ -175,7 +174,6 @@ int rt_link_example_send(int argc, char **argv)
|
|||||||
LOG_E("Invalid parameter.");
|
LOG_E("Invalid parameter.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
MSH_CMD_EXPORT(rt_link_example_send, rt link layer send test);
|
MSH_CMD_EXPORT(rt_link_example_send, rt link layer send test);
|
||||||
|
Reference in New Issue
Block a user