gecko: emlib: Fix ramfunc

Fixes a rename from hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-02-29 10:19:43 +00:00 committed by Carles Cufí
parent f59c4ede2a
commit 59c6c6e2e8
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ extern "C" {
#define SL_RAMFUNC_DEFINITION_BEGIN SL_RAMFUNC_DECLARATOR
#define SL_RAMFUNC_DEFINITION_END
#elif defined(__GNUC__) && defined(CONFIG_SOC_FAMILY_EXX32)
#elif defined(__GNUC__) && defined(__ZEPHYR__)
/* Zephyr environment */
#define SL_RAMFUNC_DECLARATOR __attribute__ ((section(".ramfunc")))
#define SL_RAMFUNC_DEFINITION_BEGIN SL_RAMFUNC_DECLARATOR