Reliable 802.15.4 sniffing on a Telos B.
[goodfet] / firmware / goodfet.c
index 124a352..b9c500c 100644 (file)
@@ -80,6 +80,10 @@ void init()
 
        //Enable Interrupts.
        //eint();
+       
+#ifdef INITPLATFORM
+       INITPLATFORM
+#endif
 }