Skip to content

Commit

Permalink
Add PICO_PRODUCT.
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <[email protected]>
  • Loading branch information
polhenarejos committed Nov 8, 2024
1 parent 2747083 commit 4ba5e04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/openpgp/openpgp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4ba5e04

Please sign in to comment.