mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-29 02:20:21 +00:00
Remove C Style Command Shell
This commit is contained in:
@@ -58,7 +58,6 @@ void readspeed(const char* filename, int block_size)
|
||||
#include <finsh.h>
|
||||
FINSH_FUNCTION_EXPORT(readspeed, perform file read test);
|
||||
|
||||
#ifdef FINSH_USING_MSH
|
||||
static void cmd_readspeed(int argc, char *argv[])
|
||||
{
|
||||
char* filename;
|
||||
@@ -83,5 +82,4 @@ static void cmd_readspeed(int argc, char *argv[])
|
||||
readspeed(filename, block_size);
|
||||
}
|
||||
FINSH_FUNCTION_EXPORT_ALIAS(cmd_readspeed, __cmd_readspeed, test file system read speed);
|
||||
#endif /* FINSH_USING_MSH */
|
||||
#endif /* RT_USING_FINSH */
|
||||
|
||||
Reference in New Issue
Block a user