hooking up the goodfet.xscale code. it is minimal for now. it should be able to...
[goodfet] / firmware / goodfet.c
index a6ccae4..8be9a74 100644 (file)
@@ -112,9 +112,9 @@ void handle(unsigned char app,
   case PIC:
     pichandle(app,verb,len);
     break;
-       case ADC10:
-               adchandle(app,verb,len);
-               break;
+  case ADC10:
+    adchandle(app,verb,len);
+    break;
   case I2CAPP:
     i2chandle(app,verb,len);
     break;
@@ -127,6 +127,9 @@ void handle(unsigned char app,
   case EJTAG:
     ejtaghandle(app,verb,len);
     break;
+  case JTAGXSCALE:
+    xscalehandle(app,verb,len);
+    break;
   case JTAG430: //Also JTAG430X, JTAG430X2
     //Revert this when X2 support returns.
     jtag430x2handle(app,verb,len);