Index: firmware/source/sys_selftest.c =================================================================== diff -u -r52ded7b22d4b413aa8182f1343e4fbb78e8c3b0a -r4fb1e15d35f6b968bab5620909c30baec98bfd4e --- firmware/source/sys_selftest.c (.../sys_selftest.c) (revision 52ded7b22d4b413aa8182f1343e4fbb78e8c3b0a) +++ firmware/source/sys_selftest.c (.../sys_selftest.c) (revision 4fb1e15d35f6b968bab5620909c30baec98bfd4e) @@ -45,7 +45,7 @@ /* USER CODE BEGIN (0) */ #include "Common.h" #include "DDDefs.h" -//#include "SystemCommMessages.h" +#include "Messaging.h" #define LR_OFFSET_WORD_IN_STACK 22 ///< Offset of the link register from the STACK_MARKER #define STACK_MARKER 0xCAFECAFE ///< Location in the stack to determine the offset in word from the Link Register