mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 17:48:35 -07:00
Revert some settings handling to how they work in OFW
This commit is contained in:
@@ -6,8 +6,5 @@ App(
|
||||
cdefines=["SRV_DOLPHIN"],
|
||||
stack_size=1 * 1024,
|
||||
order=50,
|
||||
sdk_headers=[
|
||||
"dolphin.h",
|
||||
"helpers/dolphin_state.h",
|
||||
],
|
||||
sdk_headers=["dolphin.h", "helpers/dolphin_state.h"],
|
||||
)
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define DOLPHIN_STATE_FILE_NAME ".dolphin.state"
|
||||
|
||||
#define DOLPHIN_STATE_PATH INT_PATH(DOLPHIN_STATE_FILE_NAME)
|
||||
Reference in New Issue
Block a user