prototype main function properly
authorDave Murphy <davem@devkitpro.org>
Sun, 29 Apr 2012 18:44:51 +0000 (19:44 +0100)
committerDave Murphy <davem@devkitpro.org>
Sun, 29 Apr 2012 18:44:51 +0000 (19:44 +0100)
example/blink/main.c

index 0a38069be301c930f6751a393cf60196f0587237..b70a136a35c695410d268e5738c64bca82ae5d3a 100644 (file)
@@ -1,7 +1,7 @@
 /* missing type */
 
 typedef unsigned int uint32_t;
-
+void main(void);
 
 /* hardware configuration */