]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
REM: cleaning up some commented code.
[proxmark3-svn] / client / cmdlf.c
index 0453effe11126c5fb9cd3131897c43d1cfae3819..2c33dba9b144ba0e2eba6a16057f60211484a99a 100644 (file)
@@ -123,7 +123,7 @@ int usage_lf_find(void){
 
 /* send a LF command before reading */
 int CmdLFCommandRead(const char *Cmd) {
-//     static char dummy[3] = {0x20,0x00,0x00};
+
        bool errors = FALSE;
        bool useHighFreq = FALSE;
        uint16_t one = 0, zero = 0;
@@ -136,7 +136,6 @@ int CmdLFCommandRead(const char *Cmd) {
                case 'h':
                        return usage_lf_cmdread();
                case 'H':
-                       //dummy[1]='h';
                        useHighFreq = TRUE;
                        cmdp++;
                        break;
Impressum, Datenschutz