File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ uint32_t app_storage_get_size(void);
75
75
uint16_t app_storage_get_struct_version (void );
76
76
uint16_t app_storage_get_properties (void );
77
77
uint32_t app_storage_get_data_version (void );
78
- bool app_storage_is_initalized (void );
78
+ bool app_storage_is_initialized (void );
79
79
void app_storage_set_data_version (uint32_t data_version );
80
80
81
81
#endif // HAVE_BOLOS
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ uint16_t app_storage_get_properties(void)
82
82
/**
83
83
* @brief ensure app storage struct is initialized
84
84
*/
85
- bool app_storage_is_initalized (void )
85
+ bool app_storage_is_initialized (void )
86
86
{
87
87
if (memcmp ((void * ) N_app_storage .header .tag , "NVRA" , 4 )) {
88
88
return false;
You can’t perform that action at this time.
0 commit comments