Fixed critical Apimote bug, which prevented the firmware from building using some...
[goodfet] / firmware / goodfet.c
index 5dad768..efe0f8c 100644 (file)
@@ -111,6 +111,7 @@ int main(void){
 #else
   void (*reboot_function)(void) = (void *) 0xFFFE;
 #endif
+  
   init();
   
   txstring(MONITOR,OK,"http://goodfet.sf.net/");