]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
Merge branch 'master' of github.com:Proxmark/proxmark3
[proxmark3-svn] / armsrc / appmain.c
index 5aad658968248907abcde27331a78f921f791ed0..8f676c8e4acd65fe8af59a20b7cad44793f98292 100644 (file)
@@ -203,7 +203,7 @@ void MeasureAntennaTuning(void)
 
   LED_B_ON();
        DbpString("Measuring antenna characteristics, please wait...");
-       memset(dest,0,sizeof(FREE_BUFFER_SIZE));
+       memset(dest,0,FREE_BUFFER_SIZE);
 
 /*
  * Sweeps the useful LF range of the proxmark from
@@ -870,9 +870,6 @@ void UsbPacketReceived(uint8_t *packet, int len)
                case CMD_READER_ICLASS_REPLAY:
                    ReaderIClass_Replay(c->arg[0], c->d.asBytes);
                        break;
-               case CMD_ICLASS_ISO14443A_GETPUBLIC:
-                   IClass_iso14443A_GetPublic(c->arg[0]);
-                   break;
 #endif
 
                case CMD_SIMULATE_TAG_HF_LISTEN:
Impressum, Datenschutz