summaryrefslogtreecommitdiffstats
path: root/sw-avr/rom-loader/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sw-avr/rom-loader/main.c')
-rw-r--r--sw-avr/rom-loader/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw-avr/rom-loader/main.c b/sw-avr/rom-loader/main.c
new file mode 100644
index 0000000..b178c06
--- /dev/null
+++ b/sw-avr/rom-loader/main.c
@@ -0,0 +1,6 @@
+#include <avr/io.h>
+
+int main(void)
+{
+ return;
+}