samples: mpu: correct Kconfig setting in project configuration
We need to set CONFIG_HW_STACK_PROTECTION=y, instead of the internal symbol CONFIG_MPU_STACK_GUARD, in order for fatal.c to be able to parse the error code. MPU_STACK_GUARD is, anyway selected if HW_STACK_PROTECTION is set. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
b5589cc6b6
commit
e0b369a63c
|
@ -1,3 +1,3 @@
|
|||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_MPU_STACK_GUARD=y
|
||||
CONFIG_HW_STACK_PROTECTION=y
|
||||
CONFIG_LOG=y
|
||||
|
|
Loading…
Reference in a new issue