Index: firmware/App/Controllers/SyringePump.c =================================================================== diff -u -rdb22e9d530c5c9d62b02e6dcc72ed96fb67c165a -rea24d974f95d6d304746120d61774c196d0fc589 --- firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision db22e9d530c5c9d62b02e6dcc72ed96fb67c165a) +++ firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision ea24d974f95d6d304746120d61774c196d0fc589) @@ -665,7 +665,7 @@ // Check ADC read is fresh if ( lastSyringePumpADCReadCtr == adcReadCtr ) // TODO - add persistence { - // activateAlarmNoData( ALARM_ID_HD_SYRINGE_PUMP_ADC_ERROR ); + // activateAlarmNoData( ALARM_ID_HD_SYRINGE_PUMP_ADC_ERROR ); // TODO - restore when issue with read counter resolved } lastSyringePumpADCReadCtr = adcReadCtr; }