aboutsummaryrefslogtreecommitdiff
path: root/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell.c')
-rw-r--r--shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.c b/shell.c
index dc8d10d..b45e2cb 100644
--- a/shell.c
+++ b/shell.c
@@ -18,6 +18,7 @@ void shell() {
printf ("root@arduino$ ");
fgets(in, IN_LENGTH, stdin);
+ printf("got: %d\n", in[0]);
argc = 0;
char *p = strtok (in," \n\r");