Increase number of hosted apps to 8.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-11-05 18:03:00 +01:00
parent 0edb1f370f
commit 5399149b9d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -47,7 +47,7 @@ extern void do_flash();
extern void low_flash_init();
extern void init_otp_files();
app_t apps[4];
app_t apps[8];
uint8_t num_apps = 0;
app_t *current_app = NULL;