mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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;
|
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_bufoff = 0;
|
||||||
static size_t usb_read_ng_buflen = 0;
|
static size_t usb_read_ng_buflen = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue