Add note about another tested PIC target: PIC24FJ64GA002
[goodfet] / firmware / apps / smartcard / smartcard.c
index d8b8539..db32de2 100644 (file)
@@ -61,7 +61,7 @@ int smartcardhandle(unsigned char app,
       delay(5);
       SCTOCK;
       
-      P1OUT^=1;
+      PLEDOUT^=PLEDPIN;
       if(SCIN!=foo){
        foo=SCIN;
       }
@@ -74,4 +74,5 @@ int smartcardhandle(unsigned char app,
     debugstr("Unknown smartcard verb.");
     txdata(app,NOK,0);
   }
+  return 0;
 }