Skip to content

Commit 98b8ab6

Browse files
Merge pull request #1145 from LedgerHQ/fix-app-storage-init
app_storage: bring back init
2 parents 93c8c6a + 2721613 commit 98b8ab6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib_standard_app/main.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ WEAK void common_app_init(void)
4949
{
5050
UX_INIT();
5151
io_seproxyhal_init();
52+
53+
#ifdef HAVE_APP_STORAGE
54+
/* Implicit app storage initialization */
55+
app_storage_init();
56+
#endif // #ifdef HAVE_APP_STORAGE
5257
}
5358

5459
WEAK void standalone_app_main(void)

0 commit comments

Comments
 (0)