]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
initialize global variables.
authormarshmellow42 <marshmellowrf@gmail.com>
Sat, 11 Jul 2015 04:35:27 +0000 (00:35 -0400)
committermarshmellow42 <marshmellowrf@gmail.com>
Sat, 11 Jul 2015 04:35:27 +0000 (00:35 -0400)
client/cmddata.c

index bf10a6ec145e96e54a4ea4e42403138d0eca6b20..cb1c7cd455adbfd9cb0d23837e227a6714c97c75 100644 (file)
@@ -26,8 +26,8 @@
 #include "crc16.h"
 
 uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
-uint8_t g_debugMode;
-size_t DemodBufferLen;
+uint8_t g_debugMode=0;
+size_t DemodBufferLen=0;
 static int CmdHelp(const char *Cmd);
 
 //set the demod buffer with given array of binary (one bit per byte)
Impressum, Datenschutz