aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/DMBS/Template/lib/TEMPLATE_LIB/src/template_lib.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2017-12-31 17:24:46 +1100
committerDean Camera <dean@fourwalledcubicle.com>2017-12-31 17:24:46 +1100
commit4145d6bec052608b0b023cb85f2f7f9e51521482 (patch)
treef32df80cce733a7e9f8795881eb3f4a12736f790 /LUFA/Build/DMBS/Template/lib/TEMPLATE_LIB/src/template_lib.c
parentb5c251a7d7a3801a009518365f3d0fd5043dbc5f (diff)
downloadlufa-4145d6bec052608b0b023cb85f2f7f9e51521482.tar.gz
lufa-4145d6bec052608b0b023cb85f2f7f9e51521482.tar.bz2
lufa-4145d6bec052608b0b023cb85f2f7f9e51521482.zip
Update DMBS to the latest version.
Diffstat (limited to 'LUFA/Build/DMBS/Template/lib/TEMPLATE_LIB/src/template_lib.c')
-rw-r--r--LUFA/Build/DMBS/Template/lib/TEMPLATE_LIB/src/template_lib.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/LUFA/Build/DMBS/Template/lib/TEMPLATE_LIB/src/template_lib.c b/LUFA/Build/DMBS/Template/lib/TEMPLATE_LIB/src/template_lib.c
new file mode 100644
index 000000000..f7f6945c1
--- /dev/null
+++ b/LUFA/Build/DMBS/Template/lib/TEMPLATE_LIB/src/template_lib.c
@@ -0,0 +1,10 @@
+/*
+ DMBS Build System
+ Released into the public domain.
+
+ dean [at] fourwalledcubicle [dot] com
+ www.fourwalledcubicle.com
+ */
+
+#include "template_lib.h"
+#include "template_lib_private.h"