mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 16:20:05 +00:00
[efr32] fix NVM3 initialization error due to alignment issue (#5491)
This commit is contained in:
@@ -100,6 +100,7 @@ COMMONCFLAGS := \
|
|||||||
-Os \
|
-Os \
|
||||||
-g \
|
-g \
|
||||||
-I$(HAL_CONF_DIR) \
|
-I$(HAL_CONF_DIR) \
|
||||||
|
-DNVM3_DEFAULT_NVM_SIZE=40960 \
|
||||||
-D__START=main \
|
-D__START=main \
|
||||||
-D$(MCU) \
|
-D$(MCU) \
|
||||||
$(EFR32MG21_CONFIG_FILE_CPPFLAGS) \
|
$(EFR32MG21_CONFIG_FILE_CPPFLAGS) \
|
||||||
|
|||||||
Reference in New Issue
Block a user