Index: firmware/source/sys_main.c =================================================================== diff -u -r3f26385e0e67b8596b06c26533353c759f3ee996 -r01470ee3c64ededcc77a4f7378e49013a7ee5602 --- firmware/source/sys_main.c (.../sys_main.c) (revision 3f26385e0e67b8596b06c26533353c759f3ee996) +++ firmware/source/sys_main.c (.../sys_main.c) (revision 01470ee3c64ededcc77a4f7378e49013a7ee5602) @@ -86,6 +86,7 @@ #include "PresOccl.h" #include "RTC.h" #include "SafetyShutdown.h" +#include "Switches.h" #include "SyringePump.h" #include "SystemComm.h" #include "TaskBG.h" @@ -198,6 +199,7 @@ initPresOccl(); initVoltagesMonitor(); initTemperatures(); + initSwitches(); // Initialize controllers initAirTrap(); initAlarmLamp();