why does this break things?

This commit is contained in:
rusefillc 2023-06-24 00:40:28 -04:00
parent 8680acdfea
commit 6f313f57c2
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@
#define PERSISTENT_LOCATION CCM_OPTIONAL #define PERSISTENT_LOCATION CCM_OPTIONAL
#else #else
#pragma message(PERSISTENT_LOCATION_VALUE) #pragma message(PERSISTENT_LOCATION_VALUE)
#define PERSISTENT_LOCATION CCM_OPTIONAL //#define PERSISTENT_LOCATION CCM_OPTIONAL
//#define PERSISTENT_LOCATION __attribute__((section(".ram1"))) #define PERSISTENT_LOCATION __attribute__((section(".ram1")))
#endif #endif
persistent_config_container_s persistentState PERSISTENT_LOCATION; persistent_config_container_s persistentState PERSISTENT_LOCATION;