Fixed a bug where Proxmark5 dump mfu data was empty.

This commit is contained in:
dxl
2026-08-19 12:04:33 +02:00
committed by Philippe Teuwen
parent defa6ca212
commit 94e350fab9
+1 -1
View File
@@ -421,7 +421,7 @@ typedef struct {
typedef struct {
uint16_t bytelen;
uint16_t startidx;
uint32_t startidx;
} PACKED mful_readblock_resp_t;
typedef struct {