Restoring 16-bit MSP430 support.
[goodfet] / firmware / apps / jtag / jtag430x2.c
index 432c725..fb22cee 100644 (file)
@@ -194,6 +194,11 @@ void jtag430x2handle(unsigned char app,
   
   //jtag430_resettap();
   
+  if(verb!=START && jtag430mode==MSP430MODE){
+    jtag430handle(app,verb,len);
+    return;
+  }
+  
   switch(verb){
   case START:
     //Enter JTAG mode.