Skip to content

Commit

Permalink
Fix bad formatting causing ci to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkra committed Dec 19, 2024
1 parent 0e811d1 commit 81adcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/history/zsw_history.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ int zsw_history_init(zsw_history_t *p_history, uint32_t max_samples, uint8_t sam
#ifdef CONFIG_SETTINGS_NVS
struct nvs_fs *nvs_storage;

rc = settings_storage_get((void**)&nvs_storage);
rc = settings_storage_get((void **)&nvs_storage);
__ASSERT(rc == 0, "Error during settings storage get! Error: %d", rc);

// As long as history is storing all samples as one key, we have a limit of NVS sector size for total size of samples
Expand Down

0 comments on commit 81adcb9

Please sign in to comment.