mfshell: add new folder command

This commit is contained in:
josch
2014-09-24 10:48:54 +02:00
parent 18db8742dd
commit 0561a922c5
8 changed files with 219 additions and 3 deletions

View File

@@ -101,6 +101,7 @@ int mfshell_exec(mfshell * shell, int argc, char *const argv[])
return curr_cmd->handler(shell, argc, argv);
}
}
fprintf(stderr, "Invalid command: %s", argv[0]);
return -1;
}