From a2f9ae9d4ab678fa66a2ec5d1072ea22a36a18a1 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 19 Jan 2023 23:36:11 +0100 Subject: kernel: user interrupts --- src/user/app/shell/shell.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/user/app/shell') diff --git a/src/user/app/shell/shell.c b/src/user/app/shell/shell.c index 3dad1bd..564daa8 100644 --- a/src/user/app/shell/shell.c +++ b/src/user/app/shell/shell.c @@ -144,7 +144,6 @@ static void run(char *cmd) { } } - int main(int argc, char **argv) { static char buf[256]; FILE *f = stdin; -- cgit v1.2.3