mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
len was another type, so to make sure...
This commit is contained in:
@@ -716,7 +716,7 @@ uint32_t usb_read(uint8_t *data, size_t len) {
|
||||
|
||||
static uint8_t usb_read_ng_buffer[64] = {0};
|
||||
static uint8_t usb_read_ng_bufoffset = 0;
|
||||
static uint16_t usb_read_ng_buflen = 0;
|
||||
static size_t usb_read_ng_buflen = 0;
|
||||
|
||||
bool usb_read_ng_has_buffered_data(void) {
|
||||
return usb_read_ng_buflen > 0;
|
||||
|
||||
Reference in New Issue
Block a user