aboutsummaryrefslogtreecommitdiff
path: root/template/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'template/main.c')
-rw-r--r--template/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/main.c b/template/main.c
new file mode 100644
index 0000000..90bb878
--- /dev/null
+++ b/template/main.c
@@ -0,0 +1,5 @@
+#include <avr-ioe.h>
+
+int main() {
+ return 0;
+};