aboutsummaryrefslogtreecommitdiff
path: root/src/gpioerl.app.src
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-01-28 22:00:00 +0100
committerGuido Günther <agx@sigxcpu.org>2016-01-29 18:22:13 +0100
commita394808c328d2b8ed66db30974585c8d59b3e1ee (patch)
tree8cda2aa7cb84097be73fa9285c4959718138aabd /src/gpioerl.app.src
Initial commitHEADmaster
Diffstat (limited to 'src/gpioerl.app.src')
-rw-r--r--src/gpioerl.app.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gpioerl.app.src b/src/gpioerl.app.src
new file mode 100644
index 0000000..16c5342
--- /dev/null
+++ b/src/gpioerl.app.src
@@ -0,0 +1,11 @@
+{application, gpioerl,
+ [
+ {description, ""},
+ {vsn, "1"},
+ {registered, []},
+ {applications, [
+ kernel,
+ stdlib
+ ]},
+ {env, []}
+ ]}.