From 4ba5e04080618f62fab15377ab6b2a1f1e97179f Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Sat, 9 Nov 2024 00:37:19 +0100 Subject: [PATCH] Add PICO_PRODUCT. Signed-off-by: Pol Henarejos --- src/openpgp/openpgp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openpgp/openpgp.c b/src/openpgp/openpgp.c index d21645d..2b1c03e 100644 --- a/src/openpgp/openpgp.c +++ b/src/openpgp/openpgp.c @@ -33,6 +33,8 @@ #include "usb.h" #include "ccid/ccid.h" +uint8_t PICO_PRODUCT = 3; + bool has_pw1 = false; bool has_pw2 = false; bool has_pw3 = false;