summaryrefslogtreecommitdiff
path: root/nuttx/examples/pashello/pashello.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/pashello/pashello.c')
-rw-r--r--nuttx/examples/pashello/pashello.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/examples/pashello/pashello.c b/nuttx/examples/pashello/pashello.c
index 4cd7f4921..a40990acd 100644
--- a/nuttx/examples/pashello/pashello.c
+++ b/nuttx/examples/pashello/pashello.c
@@ -127,6 +127,7 @@ int user_start(int argc, FAR char *argv[])
exit(1);
}
printf("user_start: /dev/hello Loaded\n");
+ printf("user_start: Interpreter started:\n");
/* And start program execution */
@@ -134,6 +135,7 @@ int user_start(int argc, FAR char *argv[])
/* Clean up resources used by the interpreter */
+ printf("user_start: Interpreter terminated");
pexec_release(st);
return 0;
}