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