]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/prox.c
Fixed some compile warnings in client, minor tidy up with some dbprintf statements
[proxmark3-svn] / client / prox.c
index 58704494f5b076352b1ef1b9b9a86acd52b2f93c..94343ff0222841c5d95f1b4787941466bc2fcf6e 100644 (file)
@@ -225,7 +225,7 @@ void WaitForAck(void) {
        }\r
 }\r
 \r
-static DWORD ExpectedAddr;\r
+static unsigned int ExpectedAddr;\r
 static BYTE QueuedToSend[256];\r
 static BOOL AllWritten;\r
 #define PHYSICAL_FLASH_START 0x100000\r
@@ -336,7 +336,7 @@ static void LoadFlashFromSRecords(const char *file, int start_addr, int end_addr
                        char addrStr[9];\r
                        memcpy(addrStr, s, 8);\r
                        addrStr[8] = '\0';\r
-                       DWORD addr;\r
+                       unsigned int addr;\r
                        sscanf(addrStr, "%x", &addr);\r
                        s += 8;\r
 \r
Impressum, Datenschutz