Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -rc67def50892f9a7c2f1f22985b5351465a8f6773 -raeb1dea9ea10fcc70ae66023a87b565f29924c07 --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision c67def50892f9a7c2f1f22985b5351465a8f6773) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision aeb1dea9ea10fcc70ae66023a87b565f29924c07) @@ -18,7 +18,8 @@ #include "AirTrap.h" #include "AlarmLamp.h" #include "BloodFlow.h" -#include "CPLD.h" +#include "CPLD.h" +#include "DGInterface.h" #include "DialInFlow.h" #include "DialOutFlow.h" #include "OperationModes.h" @@ -68,7 +69,10 @@ #ifndef SIMULATE_UI if ( TRUE == uiCommunicated() ) #endif - { + { + // monitor DG interface + execDGInterfaceMonitor(); + // monitor pressure/occlusion sensors execPresOccl();