X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fffad860fc457cfe5636fddc78a6a485ae9a7329..393c3ef933553e628635590ca2b8237d07e9e0e3:/client/flash.c diff --git a/client/flash.c b/client/flash.c index 2d843e18..dc036636 100644 --- a/client/flash.c +++ b/client/flash.c @@ -7,15 +7,18 @@ BOOL UsbConnect(void); #include #endif +#include #include #include #include +#include #include "flash.h" #include "elf.h" +#include "proxusb.h" static uint32_t ExpectedAddr; static uint8_t QueuedToSend[256]; -static bool AllWritten; +static BOOL AllWritten; #define PHYSICAL_FLASH_START 0x100000 #define PHYSICAL_FLASH_END 0x200000