|
@@ -1,3 +1,5 @@
|
|
|
|
|
+#pragma once
|
|
|
|
|
+
|
|
|
#include <stdlib.h>
|
|
#include <stdlib.h>
|
|
|
#include <string.h>
|
|
#include <string.h>
|
|
|
#include <storage/storage.h>
|
|
#include <storage/storage.h>
|
|
@@ -5,9 +7,6 @@
|
|
|
|
|
|
|
|
#include "../camera_suite.h"
|
|
#include "../camera_suite.h"
|
|
|
|
|
|
|
|
-#ifndef CAMERA_SUITE_STORAGE_H
|
|
|
|
|
-#define CAMERA_SUITE_STORAGE_H
|
|
|
|
|
-
|
|
|
|
|
#define BOILERPLATE_SETTINGS_FILE_VERSION 1
|
|
#define BOILERPLATE_SETTINGS_FILE_VERSION 1
|
|
|
#define CONFIG_FILE_DIRECTORY_PATH EXT_PATH("apps_data/camera_suite")
|
|
#define CONFIG_FILE_DIRECTORY_PATH EXT_PATH("apps_data/camera_suite")
|
|
|
#define BOILERPLATE_SETTINGS_SAVE_PATH CONFIG_FILE_DIRECTORY_PATH "/camera_suite.conf"
|
|
#define BOILERPLATE_SETTINGS_SAVE_PATH CONFIG_FILE_DIRECTORY_PATH "/camera_suite.conf"
|
|
@@ -25,5 +24,3 @@
|
|
|
void camera_suite_save_settings(void* context);
|
|
void camera_suite_save_settings(void* context);
|
|
|
|
|
|
|
|
void camera_suite_read_settings(void* context);
|
|
void camera_suite_read_settings(void* context);
|
|
|
-
|
|
|
|
|
-#endif
|
|
|