mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08:00
make sure its initialised
This commit is contained in:
parent
4a303afecc
commit
fe4c5792fc
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ uint32_t usb_read(uint8_t *data, size_t len) {
|
|||
return nbBytesRcv;
|
||||
}
|
||||
|
||||
static uint8_t usb_read_ng_buffer[64];
|
||||
static uint8_t usb_read_ng_buffer[64] = {0};
|
||||
static size_t usb_read_ng_bufoff = 0;
|
||||
static size_t usb_read_ng_buflen = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue