Increased MAX_ASSETS to 5

This commit is contained in:
Alexandre Paillier
2024-05-22 13:34:38 +02:00
parent 3e60474607
commit 693a88ef12

View File

@@ -22,7 +22,7 @@
#define N_storage (*(volatile internalStorage_t *) PIC(&N_storage_real))
#define MAX_ASSETS MAX_ITEMS // TODO: Temporary, remove once plugin SDK is updated
#define MAX_ASSETS 5
typedef struct bip32_path_t {
uint8_t length;