summaryrefslogtreecommitdiff
path: root/apps/exec_nuttapp_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/exec_nuttapp_list.h')
-rw-r--r--apps/exec_nuttapp_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/exec_nuttapp_list.h b/apps/exec_nuttapp_list.h
new file mode 100644
index 000000000..e8e4424ad
--- /dev/null
+++ b/apps/exec_nuttapp_list.h
@@ -0,0 +1,2 @@
+/* List of application requirements, generated during make depend. */
+{ .name = "hello", .priority = SCHED_PRIORITY_DEFAULT, .stacksize = 768, .main = hello_main },