diff --git a/demos/device/device_cmsis_rtx/.cproject b/demos/device/device_cmsis_rtx/.cproject index 3fc587ffb..b78b7f564 100644 --- a/demos/device/device_cmsis_rtx/.cproject +++ b/demos/device/device_cmsis_rtx/.cproject @@ -1,25 +1,23 @@ - - - + - + - - + + @@ -94,25 +92,24 @@ - - + - - + + @@ -192,19 +189,19 @@ - + - - + + @@ -293,19 +290,19 @@ - + - - + + @@ -386,119 +383,23 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + + @@ -587,19 +488,19 @@ - + - - + + diff --git a/demos/device/device_freertos/.cproject b/demos/device/device_freertos/.cproject index 3c9f0b856..26052c70c 100644 --- a/demos/device/device_freertos/.cproject +++ b/demos/device/device_freertos/.cproject @@ -379,100 +379,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/device/device_os_none/.cproject b/demos/device/device_os_none/.cproject index b508f889d..d6ae23fcf 100644 --- a/demos/device/device_os_none/.cproject +++ b/demos/device/device_os_none/.cproject @@ -368,100 +368,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demos/host/src/msc_cli.c b/demos/host/src/msc_cli.c index 760bdcda5..b6861c173 100644 --- a/demos/host/src/msc_cli.c +++ b/demos/host/src/msc_cli.c @@ -84,7 +84,7 @@ static char const * const cli_error_message[] = ENTRY(cp , cli_cmd_copy , "Copies one or more files to another location.\n cp a_file.txt dir1/another_file.txt\n cp a_file.txt dir1\n" ) \ ENTRY(mkdir , cli_cmd_mkdir , "Create a DIRECTORY, if it does not already exist.\n mkdir \n" ) \ ENTRY(mv , cli_cmd_move , "Rename or move a DIRECTORY or a FILE.\n mv old_name.txt new_name.txt\n mv old_name.txt dir1/new_name.txt\n" ) \ - ENTRY(rm , cli_cmd_remove , "Remove (delete) a empty DIRECTORY or a FILE.\n rm deleted_name.txt\n rm empty_dir\n" ) \ + ENTRY(rm , cli_cmd_remove , "Remove (delete) a empty DIRECTORY or a FILE.\n rm deleted_name.txt\n rm empty_dir\n" ) \ //--------------------------------------------------------------------+ // Expands the function to have the standard function signature