MSP430X2 client connects but reads garbage from ram.
[goodfet] / firmware / lib / command.c
index f585e4c..738fab6 100644 (file)
@@ -31,6 +31,9 @@ void txdata(unsigned char app,
   }
 }
 
+//Be very careful changing delay().
+//It was chosen poorly by trial and error.
+
 //! Delay for a count.
 void delay(unsigned int count){
   volatile unsigned int i=count;