[fix] 修改格式错误

This commit is contained in:
Sherman
2021-05-15 17:21:05 +08:00
parent 21f9e56253
commit ce0c36422c

View File

@@ -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);