CR95F X-Nucleo NFC03A1 Shield STM

Dependents:   Nucleo_NFC03A1_Demo

Revision:
2:c7006765c441
Parent:
1:549e63ac990c
Child:
3:12c871b2412d
diff -r 549e63ac990c -r c7006765c441 CR95HF.cpp
--- a/CR95HF.cpp	Thu Aug 30 11:43:43 2018 +0000
+++ b/CR95HF.cpp	Fri Aug 31 06:33:12 2018 +0000
@@ -31,8 +31,6 @@
     wait(1);
     nfcWrite(commandSetProtocoll, 4);
     
-
-
     return(0);       
 }
 
@@ -59,7 +57,6 @@
 
 void CR95HF::rxCallbackNFC()
 {
-  uint8_t chr;
   while(nfcDevice.readable()) {
     printf("%c", nfcDevice.getc());
     led3 = !led3;