Skip to content

Commit 1455306

Browse files
mkardous-silabspull[bot]
authored andcommitted
Fix for mg24 hardfault (#11369)
* Moved define for it to become global * Restyle
1 parent bd908e4 commit 1455306

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/platform/EFR32/efr32-chip-mbedtls-config.h

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
#include "em_device.h"
3636
#include "em_se.h"
3737

38-
#define SL_CATALOG_FREERTOS_KERNEL_PRESENT
39-
4038
/**
4139
* Enable H Crypto and Entropy modules
4240
*/

third_party/efr32_sdk/efr32_sdk.gni

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ template("efr32_sdk") {
136136
"CHIP_KVS_BASE_SECTOR_INDEX=((FLASH_SIZE/FLASH_PAGE_SIZE)-(CHIP_KVS_SECTOR_COUNT))",
137137
"CHIP_DEVICE_CONFIG_THREAD_ENABLE_CLI=1",
138138
"__HEAP_SIZE=0",
139+
"SL_CATALOG_FREERTOS_KERNEL_PRESENT=1",
139140

140141
#"__STACK_SIZE=0",
141142
]

0 commit comments

Comments
 (0)