From f61d19276ba17091742c7a56c70e6eb2c26af007 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 5 Mar 2021 10:22:12 +0100 Subject: [PATCH] cppchecker --- include/hitag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hitag.h b/include/hitag.h index 14231bdeb..168d3f439 100644 --- a/include/hitag.h +++ b/include/hitag.h @@ -50,7 +50,7 @@ typedef struct { } PACKED rht2d_crypto; typedef struct { - bool key_no; + uint8_t key_no; uint8_t logdata_0[4]; uint8_t logdata_1[4]; uint8_t nonce[4];