From d62e3cff15425bd22aed16c2a23acb1914f874d2 Mon Sep 17 00:00:00 2001 From: Aaron Tulino Date: Fri, 6 Feb 2026 15:40:52 -0700 Subject: [PATCH] Promote MFUL readblock `bytelen` Resolves #3087 --- include/pm3_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pm3_cmd.h b/include/pm3_cmd.h index b31a33b8d..af897b64c 100644 --- a/include/pm3_cmd.h +++ b/include/pm3_cmd.h @@ -401,7 +401,7 @@ typedef struct { } PACKED mful_readblock_t; typedef struct { - uint8_t bytelen; + uint16_t bytelen; uint16_t startidx; } PACKED mful_readblock_resp_t;