Repaired MSP430 and MSP430X support.
[goodfet] / firmware / apps / jtag / sbw.c
index bdc025c..9d4dbce 100644 (file)
@@ -23,7 +23,6 @@ void sbwsetup(){
   */
 
   // tdio up, tck low
-  //   
   P5OUT &= ~SBWTCK;
   P5OUT |= SBWTDIO;
   P5DIR |= SBWTDIO|SBWTCK;
@@ -42,7 +41,6 @@ void sbwhandle(u8 app, u8 verb, u8 len){
 }
 
 
-
 //FIXME these should be prefixed with sbw
 //to prevent name pollution.
 int tms=1, tdi=1, tdo=0;