INITPLATFORM was cut from goodfet.c
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sat, 12 Feb 2011 23:07:00 +0000 (23:07 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sat, 12 Feb 2011 23:07:00 +0000 (23:07 +0000)
Recommitting.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@919 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/goodfet.c

index 124a352..b9c500c 100644 (file)
@@ -80,6 +80,10 @@ void init()
 
        //Enable Interrupts.
        //eint();
+       
+#ifdef INITPLATFORM
+       INITPLATFORM
+#endif
 }