Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r6cbbccc4ba658765d63a4028d16d2423d506a305 -rcfc1f883bcc3e28bf108439fffdcddbabe2ef3ae --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 6cbbccc4ba658765d63a4028d16d2423d506a305) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision cfc1f883bcc3e28bf108439fffdcddbabe2ef3ae) @@ -17,6 +17,7 @@ #include "reg_crc.h" // Used to hold reset reason code at startup before bits get cleared #include "reg_system.h" // Used to access exception status registers for reset reason code at startup +#include "system.h" #include "Accel.h" #include "AlarmLamp.h" @@ -37,7 +38,7 @@ #include "RTC.h" #include "SafetyShutdown.h" #include "SyringePump.h" -#include "system.h" +#include "SystemComm.h" #include "SystemCommMessages.h" #include "TaskGeneral.h" #include "Temperatures.h"