]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf15.c
setting svn:eol-style=native on files, part 3
[proxmark3-svn] / client / cmdhf15.c
index ca3c6d9337e471e52fbd3e7fa70af71850961764..576bd944030d918fd0a1841f594177c0a1da44d9 100644 (file)
@@ -1,3 +1,13 @@
+//-----------------------------------------------------------------------------
+// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// High frequency ISO15693 commands
+//-----------------------------------------------------------------------------
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -80,7 +90,7 @@ int CmdHF15Demod(const char *Cmd)
   };
 
   int i, j;
-  int max = 0, maxPos;
+  int max = 0, maxPos = 0;
 
   int skip = 4;
 
Impressum, Datenschutz