Remove sd_list output string

pull/52/head
DiSlord Live 3 years ago
parent 23c1b40064
commit a96b64d646

@ -877,7 +877,7 @@ VNA_SHELL_FUNCTION(cmd_sd_list)
case 1: search = argv[0];break;
default: usage_printf("sd_list {pattern}\r\n"); return;
}
shell_printf("sd_list:\r\n");
// shell_printf("sd_list:\r\n");
res = f_findfirst(&dj, &fno, "", search);
while (res == FR_OK && fno.fname[0])
{

Loading…
Cancel
Save

Powered by TurnKey Linux.