add in hooks for jtagarm7tdmi (not yet included in Makefile for build... too big...
[goodfet] / firmware / goodfet.c
index 11afcdd..a61f79b 100644 (file)
@@ -93,6 +93,9 @@ void handle(unsigned char app,
   case SMARTCARD:
     smartcardhandle(app,verb,len);
     break;
+  case JTAGARM7TDMI:
+    jtagarm7tdmihandle(app,verb,len);
+    break;
   default:
     if(pluginhandle){
       pluginhandle(app,verb,len);