From 6f313f57c23fb0fa6cf9ccd7692ff110ec9892d7 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 24 Jun 2023 00:40:28 -0400 Subject: [PATCH] why does this break things? --- firmware/controllers/persistent_store.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/controllers/persistent_store.cpp b/firmware/controllers/persistent_store.cpp index 85273d838e..cdb9669645 100644 --- a/firmware/controllers/persistent_store.cpp +++ b/firmware/controllers/persistent_store.cpp @@ -31,8 +31,8 @@ #define PERSISTENT_LOCATION CCM_OPTIONAL #else #pragma message(PERSISTENT_LOCATION_VALUE) -#define PERSISTENT_LOCATION CCM_OPTIONAL -//#define PERSISTENT_LOCATION __attribute__((section(".ram1"))) +//#define PERSISTENT_LOCATION CCM_OPTIONAL +#define PERSISTENT_LOCATION __attribute__((section(".ram1"))) #endif persistent_config_container_s persistentState PERSISTENT_LOCATION;