aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarvin Borner2021-03-12 16:07:45 +0100
committerMarvin Borner2021-03-12 16:07:45 +0100
commitf1751c121d48f2d8936c72bdc347777d1e7402d9 (patch)
tree399c08a59756d8980aad6c451e2b0e4c97b3911f /apps
parent99b674a9e8d78b12188cc0280b990ec50de109d8 (diff)
Let's gooo!
Diffstat (limited to 'apps')
-rw-r--r--apps/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/init.c b/apps/init.c
index 87f0d82..7044365 100644
--- a/apps/init.c
+++ b/apps/init.c
@@ -8,6 +8,8 @@
int main(int argc, char **argv)
{
+ while (1) {
+ };
(void)argc;
log("%s loaded\n", argv[0]);