mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-11 21:08:16 +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;
|
} cmd_t;
|
||||||
|
|
||||||
extern uint8_t num_apps;
|
extern uint8_t num_apps;
|
||||||
extern app_t apps[4];
|
extern app_t apps[8];
|
||||||
extern app_t *current_app;
|
extern app_t *current_app;
|
||||||
|
|
||||||
PACK(struct apdu {
|
PACK(struct apdu {
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ extern void do_flash();
|
|||||||
extern void low_flash_init();
|
extern void low_flash_init();
|
||||||
extern void init_otp_files();
|
extern void init_otp_files();
|
||||||
|
|
||||||
app_t apps[4];
|
app_t apps[8];
|
||||||
uint8_t num_apps = 0;
|
uint8_t num_apps = 0;
|
||||||
|
|
||||||
app_t *current_app = NULL;
|
app_t *current_app = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user