Add main.c template
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 20 Mar 2009 14:38:51 +0000 (14:38 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 20 Mar 2009 14:38:51 +0000 (14:38 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2395 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/srctemplates/main.c [new file with mode: 0644]

diff --git a/wizard/srctemplates/main.c b/wizard/srctemplates/main.c
new file mode 100644 (file)
index 0000000..288b7f2
--- /dev/null
@@ -0,0 +1,6 @@
+// Emtpy main.c file generated by the wizard
+
+int main(void)
+{
+    return 0;
+}
\ No newline at end of file