The GoodFET can program an MSP430's flash memory!
[goodfet] / firmware / lib / command.c
index 9a9421d..cc6e687 100644 (file)
@@ -15,7 +15,6 @@ void txdata(unsigned char app,
   }
 }
 
-
 //! Delay for a count.
 void delay(unsigned int count){
   volatile unsigned int i=count;