Index: firmware/App/Tasks/TaskPriority.c =================================================================== diff -u -rbf9a2a05483a188c075023bc3f3cbb93e8d2ca5f -rbb144484d4d22e3f24a280eda9c8abf9570a443a --- firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision bf9a2a05483a188c075023bc3f3cbb93e8d2ca5f) +++ firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision bb144484d4d22e3f24a280eda9c8abf9570a443a) @@ -72,15 +72,9 @@ // Monitor air trap level sensors execAirTrapMonitor(); + // Control/Monitor syringe pump + execSyringePump(); -#ifndef _RELEASE_ -// if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_SYRINGE_PUMP ) != SW_CONFIG_ENABLE_VALUE ) -#endif - { - // Control/Monitor syringe pump - execSyringePump(); - } - // Monitor air bubble detectors execBubbles();