From 81adcb962e359b7da0557a631654334c0ccd22e1 Mon Sep 17 00:00:00 2001 From: Jakob Krantz Date: Thu, 19 Dec 2024 21:39:00 +0100 Subject: [PATCH] Fix bad formatting causing ci to fail. --- app/src/history/zsw_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/history/zsw_history.c b/app/src/history/zsw_history.c index 2a7af8a8..244c46ac 100644 --- a/app/src/history/zsw_history.c +++ b/app/src/history/zsw_history.c @@ -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