summaryrefslogtreecommitdiffstats
path: root/lib/lufa/LUFA/Build/DMBS/Template/Template.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lufa/LUFA/Build/DMBS/Template/Template.c')
-rw-r--r--lib/lufa/LUFA/Build/DMBS/Template/Template.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/lufa/LUFA/Build/DMBS/Template/Template.c b/lib/lufa/LUFA/Build/DMBS/Template/Template.c
new file mode 100644
index 000000000..95d36f7db
--- /dev/null
+++ b/lib/lufa/LUFA/Build/DMBS/Template/Template.c
@@ -0,0 +1,12 @@
+/*
+ DMBS Build System
+ Released into the public domain.
+
+ dean [at] fourwalledcubicle [dot] com
+ www.fourwalledcubicle.com
+ */
+
+int main(void)
+{
+ // Application code here.
+}