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;