#ifndef __SETTINGS_H__ #define __SETTINGS_H__ #include #include #include #if defined(CONFIG_SETTINGS_FILE) #include #include #endif #define STORAGE_PARTITION storage_partition #define STORAGE_PARTITION_ID FIXED_PARTITION_ID(STORAGE_PARTITION) #endif // __SETTINGS_H__