Trimmed whitespace.
This commit is contained in:
parent
e01f301c9c
commit
17e4078560
19 changed files with 16 additions and 19 deletions
|
|
@ -30,4 +30,4 @@ SystemKResult_T KV_Get_Value_uint32(const char *filename, const char *search_key
|
|||
SystemKResult_T KV_Set_Value_uint32(const char *filename, const char *set_key, uint32_t *set_value);
|
||||
|
||||
SystemKResult_T KV_Get_Value_uint8(const char *filename, const char *search_key, uint8_t *value);
|
||||
SystemKResult_T KV_Set_Value_uint8(const char *filename, const char *set_key, uint8_t *set_value);
|
||||
SystemKResult_T KV_Set_Value_uint8(const char *filename, const char *set_key, uint8_t *set_value);
|
||||
|
|
|
|||
|
|
@ -84,4 +84,4 @@ void Initialize_SPIFFS(void)
|
|||
|
||||
xEventGroupSetBits(Get_System_Events(), SYS_SPIFFS_READY);
|
||||
KLOG_INFO(TAG, "SPIFFS initialized.");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@
|
|||
|
||||
void Initialize_SPIFFS(void);
|
||||
|
||||
extern const char *DEFAULT_CONFIG_FILE;
|
||||
extern const char *DEFAULT_CONFIG_FILE;
|
||||
|
|
|
|||
|
|
@ -468,4 +468,3 @@ SystemKResult_T Initialize_Settings(void)
|
|||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -467,4 +467,4 @@ void Erase_OTA_File(void)
|
|||
{
|
||||
KLOG_ERROR(TAG, "Error erasing the OTA file: %s", strerror(errno));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue