Fix curious bug when FIDO+OpenPGP+CCID connection is used in some circumstances.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-11-15 21:12:47 +01:00
parent e6c0227996
commit ed848d005f
2 changed files with 5 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ typedef struct cmd {
} cmd_t;
extern uint8_t num_apps;
extern app_t apps[8];
extern app_t apps[16];
extern app_t *current_app;
PACK(struct apdu {