Migrate files for int on ext, no more .config

This commit is contained in:
Willy-JL
2024-08-11 01:49:11 +02:00
parent de940394c9
commit cf5846979f
8 changed files with 83 additions and 63 deletions

View File

@@ -1,4 +1,5 @@
#include "power_settings.h"
#include "power_settings_filename.h"
bool SAVE_POWER_SETTINGS(uint32_t* x) {
return saved_struct_save(

View File

@@ -3,7 +3,6 @@
#define POWER_SETTINGS_VER (1)
#define POWER_SETTINGS_PATH INT_PATH(".power.settings")
#define POWER_SETTINGS_MAGIC (0x21)
#ifdef __cplusplus

View File

@@ -0,0 +1,3 @@
#pragma once
#define POWER_SETTINGS_PATH INT_PATH(".power.settings")