mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 07:48:35 -07:00
Migrate files for int on ext, no more .config
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "power_settings.h"
|
||||
#include "power_settings_filename.h"
|
||||
|
||||
bool SAVE_POWER_SETTINGS(uint32_t* x) {
|
||||
return saved_struct_save(
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
#define POWER_SETTINGS_VER (1)
|
||||
|
||||
#define POWER_SETTINGS_PATH INT_PATH(".power.settings")
|
||||
#define POWER_SETTINGS_MAGIC (0x21)
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
3
applications/services/power/power_settings_filename.h
Normal file
3
applications/services/power/power_settings_filename.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define POWER_SETTINGS_PATH INT_PATH(".power.settings")
|
||||
Reference in New Issue
Block a user