Skip to content

Commit

Permalink
Merge pull request #29 from CodyTolene/ct/fix-new-lint-issue
Browse files Browse the repository at this point in the history
Fix new linting issue.
  • Loading branch information
CodyTolene authored Nov 4, 2023
2 parents 8b14803 + 2b48d00 commit bff8dd2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fap/helpers/camera_suite_storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
#include <string.h>
#include <storage/storage.h>
#include <flipper_format/flipper_format_i.h>

#include "../camera_suite.h"

#ifndef CAMERA_SUITE_STORAGE_H
#define CAMERA_SUITE_STORAGE_H

#define BOILERPLATE_SETTINGS_FILE_VERSION 1
#define CONFIG_FILE_DIRECTORY_PATH EXT_PATH("apps_data/camera_suite")
#define BOILERPLATE_SETTINGS_SAVE_PATH CONFIG_FILE_DIRECTORY_PATH "/camera_suite.conf"
Expand All @@ -21,3 +25,5 @@
void camera_suite_save_settings(void* context);

void camera_suite_read_settings(void* context);

#endif

0 comments on commit bff8dd2

Please sign in to comment.