Index: firmware/source/sys_main.c =================================================================== diff -u -r3cc737c39b4440e18abab95ef2f8b6aef13acba9 -r8f5feed92f41a476d5656038bcdfe884e17bd593 --- firmware/source/sys_main.c (.../sys_main.c) (revision 3cc737c39b4440e18abab95ef2f8b6aef13acba9) +++ firmware/source/sys_main.c (.../sys_main.c) (revision 8f5feed92f41a476d5656038bcdfe884e17bd593) @@ -68,6 +68,7 @@ #include "FPGA.h" #include "Heaters.h" #include "InternalADC.h" +#include "Interrupts.h" #include "LoadCell.h" #include "MsgQueues.h" #include "OperationModes.h" @@ -164,6 +165,7 @@ initCPLD(); initAlarmMgmt(); initWatchdogMgmt(); + initInterrupts(); initFPGA(); initInternalADC(); initPressures();