Skip to content

Commit

Permalink
shell: デバッグ用の処理を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuma Arakawa committed Feb 3, 2016
1 parent d7d2670 commit f575d38
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/shell.c
Expand Up @@ -273,11 +273,7 @@ static int command_iowriteb(char *args)

static int command_test(char *args)
{
unsigned int fp;
shell_put_str("test\r\n");
shell_put_str("do uptime\r\n");
fp = syscall(SYSCALL_OPEN, (unsigned int)"uptime", 0, 0);
syscall(SYSCALL_EXEC, fp, 0, 0);

return 0;
}
Expand Down

0 comments on commit f575d38

Please sign in to comment.