X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7fe9b0b742d7dae9c5af1d292d11840b5c3cbfae..13bb3b4b117db3787675f2af40cb9769b416cd3d:/client/cmdhf15.c diff --git a/client/cmdhf15.c b/client/cmdhf15.c index ca3c6d93..576bd944 100644 --- a/client/cmdhf15.c +++ b/client/cmdhf15.c @@ -1,3 +1,13 @@ +//----------------------------------------------------------------------------- +// Copyright (C) 2010 iZsh +// +// 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 #include #include @@ -80,7 +90,7 @@ int CmdHF15Demod(const char *Cmd) }; int i, j; - int max = 0, maxPos; + int max = 0, maxPos = 0; int skip = 4;