This commit is contained in:
rusefillc 2024-04-25 09:59:44 -04:00 committed by GitHub
commit 4ee371b99d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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;