Index: firmware/source/sys_selftest.c =================================================================== diff -u -rf9757546acead1664344df6dd6d21ab86ecb590b -r8791132fbfcb8fa25fb11a9ab15d695686aaef75 --- firmware/source/sys_selftest.c (.../sys_selftest.c) (revision f9757546acead1664344df6dd6d21ab86ecb590b) +++ firmware/source/sys_selftest.c (.../sys_selftest.c) (revision 8791132fbfcb8fa25fb11a9ab15d695686aaef75) @@ -51,6 +51,7 @@ #define STACK_MARKER 0xCAFECAFE ///< Location in the stack to determine the offset in word from the Link Register #define LR_OFFSET_ADJUSTMENT 4 ///< Adjust the content of the LR so that the Memory Access Violation does not get call continously /* USER CODE END */ + #include "sys_selftest.h" #include "sys_core.h" #include "sys_pmu.h"