From: travisutk Date: Fri, 19 Feb 2010 22:04:20 +0000 (+0000) Subject: SmartCard support; nothing really there yet. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=577c3ba46d80db877c08a4ce0be89890e294a868 SmartCard support; nothing really there yet. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@336 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/firmware/apps/smartcard/smartcard.c b/firmware/apps/smartcard/smartcard.c index 8d1e745..e984f24 100644 --- a/firmware/apps/smartcard/smartcard.c +++ b/firmware/apps/smartcard/smartcard.c @@ -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;