mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-04-27 19:23:25 +02:00
Increase number of hosted apps to 8.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user