From: duplo Date: Fri, 20 Mar 2009 14:38:51 +0000 (+0000) Subject: Add main.c template X-Git-Tag: 2.1.0~287 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=94ebf3c1d809aed8b2548b50bed915efc0c8e2c5;p=bertos.git Add main.c template git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2395 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/srctemplates/main.c b/wizard/srctemplates/main.c new file mode 100644 index 00000000..288b7f25 --- /dev/null +++ b/wizard/srctemplates/main.c @@ -0,0 +1,6 @@ +// Emtpy main.c file generated by the wizard + +int main(void) +{ + return 0; +} \ No newline at end of file