Beginnings of info flash support. It isn't very good.
[goodfet] / firmware / apps / smartcard / smartcard.c
index d8b8539..0d8de50 100644 (file)
@@ -74,4 +74,5 @@ int smartcardhandle(unsigned char app,
     debugstr("Unknown smartcard verb.");
     txdata(app,NOK,0);
   }
+  return 0;
 }