Index: SystemComm.c =================================================================== diff -u -r227aeae11fc50b8128ff937c37a908d1e7d183ec -r3ca022103ce50b39e5d805b7577c7f360730412d --- SystemComm.c (.../SystemComm.c) (revision 227aeae11fc50b8128ff937c37a908d1e7d183ec) +++ SystemComm.c (.../SystemComm.c) (revision 3ca022103ce50b39e5d805b7577c7f360730412d) @@ -14,16 +14,16 @@ * @date (original) 30-Jul-2024 * ***************************************************************************/ - + #include // For memcpy() #include "can.h" #include "sci.h" #include "sys_dma.h" #include "Comm.h" -#include "Interrupts.h" -#include "Messaging.h" +#include "Interrupts.h" +#include "Messaging.h" #include "OperationModes.h" #include "SystemComm.h" #ifdef _TD_