X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fffad860fc457cfe5636fddc78a6a485ae9a7329..9cc7c4b4d13702122da3b7306391f411c030dc27:/client/cmddata.c diff --git a/client/cmddata.c b/client/cmddata.c index 561132bf..5c61e536 100644 --- a/client/cmddata.c +++ b/client/cmddata.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. +//----------------------------------------------------------------------------- +// Data and Graph commands +//----------------------------------------------------------------------------- + #include #include #include @@ -524,7 +534,7 @@ int CmdManchesterDemod(const char *Cmd) int i, j, invert= 0; int bit; int clock; - int lastval; + int lastval = 0; int low = 0; int high = 0; int hithigh, hitlow, first;