SmartCard support; nothing really there yet.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Fri, 19 Feb 2010 22:04:20 +0000 (22:04 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Fri, 19 Feb 2010 22:04:20 +0000 (22:04 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@336 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/apps/smartcard/smartcard.c

index 8d1e745..e984f24 100644 (file)
@@ -14,6 +14,9 @@ int smartcardhandle(unsigned char app,
              unsigned char verb,
              unsigned int len){
   switch(verb){
+  case SETUP:
+    debugstr("Unable to setup smart card.");
+    break;
   case START:
     debugstr("Unable to start smart card.");
     break;