diff options
author | Ivan Zorin <[email protected]> | 2023-06-18 07:31:05 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-18 04:31:05 +0000 |
commit | 4d7e4f41e3b3d0d68d9d0f73d740bf46d69a858d (patch) | |
tree | 4040c135c5db4cefbfacf0ffd28bfe8d01a6c66c /source/Core/BSP/Pinecil/configuration.h | |
parent | 4c5e885363ca013292b9616e414077358c54520f (diff) | |
download | IronOS-4d7e4f41e3b3d0d68d9d0f73d740bf46d69a858d.tar.gz IronOS-4d7e4f41e3b3d0d68d9d0f73d740bf46d69a858d.zip |
Save settings on change only / All builds OK (#1699) (#1704)
Diffstat (limited to 'source/Core/BSP/Pinecil/configuration.h')
-rw-r--r-- | source/Core/BSP/Pinecil/configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Core/BSP/Pinecil/configuration.h b/source/Core/BSP/Pinecil/configuration.h index bb418e1d..7fae28b4 100644 --- a/source/Core/BSP/Pinecil/configuration.h +++ b/source/Core/BSP/Pinecil/configuration.h @@ -166,5 +166,6 @@ #endif #define FLASH_LOGOADDR (0x08000000 + (126 * 1024)) +#define SETTINGS_START_PAGE (0x08000000 + (127 * 1024)) #define HAS_POWER_DEBUG_MENU |