diff options
author | Ben V. Brown <[email protected]> | 2024-08-19 20:37:57 +1000 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2024-08-19 20:37:57 +1000 |
commit | 0c78c4cb2d3cba784ca7e631d7357168e3264700 (patch) | |
tree | 0f9692a772fda91ab1d0b5ef4b565750ad65ee65 | |
parent | 8a3d464ddaa2f172e7d03c5fc05af46dbb0fcce4 (diff) | |
download | IronOS-0c78c4cb2d3cba784ca7e631d7357168e3264700.tar.gz IronOS-0c78c4cb2d3cba784ca7e631d7357168e3264700.zip |
Update configuration.h
-rw-r--r-- | source/Core/BSP/Miniware/configuration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Core/BSP/Miniware/configuration.h b/source/Core/BSP/Miniware/configuration.h index fbc25c09..8a58f9ed 100644 --- a/source/Core/BSP/Miniware/configuration.h +++ b/source/Core/BSP/Miniware/configuration.h @@ -277,8 +277,8 @@ // And also, it doesnt let me write to the last page on my DFU version // So, we put settings on the last section (as we can work with it fine) // And then we use the N-1'th 4K for logo -#define FLASH_LOGOADDR (0x08000000 + (120 * 1024)) -#define SETTINGS_START_PAGE (0x08000000 + (124 * 1024)) +#define FLASH_LOGOADDR (0x08000000 + (124 * 1024)) +#define SETTINGS_START_PAGE (0x08000000 + (127 * 1024)) #else #define FLASH_LOGOADDR (0x08000000 + (62 * 1024)) #define SETTINGS_START_PAGE (0x08000000 + (63 * 1024)) |