Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r2725d0a9743f3209581e5e1098258c43c9bf20b6 -r2f509148f77ae36e67dd771f848b6a9cb9c1c7f1 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 2725d0a9743f3209581e5e1098258c43c9bf20b6) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 2f509148f77ae36e67dd771f848b6a9cb9c1c7f1) @@ -1017,13 +1017,12 @@ } else { - if ( ( TRUE == getTestConfigStatus( TEST_CONFIG_USE_WORN_CARTRIDGE ) ) || ( TRUE == getTestConfigStatus( TEST_CONFIG_USE_WET_CARTRIDGE ) ) ) + if ( TRUE == getTestConfigStatus( TEST_CONFIG_USE_WET_CARTRIDGE ) ) { // If either of the test configurations are set go to loaded check state = DRY_SELF_TESTS_CARTRIDGE_LOADED_CHECK_STATE; } - - if ( ( getTestConfigStatus( TEST_CONFIG_USE_WORN_CARTRIDGE ) != TRUE ) && ( getTestConfigStatus( TEST_CONFIG_USE_WET_CARTRIDGE ) != TRUE ) ) + else { // If we are using the worn cartridge or wet cartridge, it is not needed to alarm the user to install the new cartridge activateAlarmNoData( ALARM_ID_HD_INSTALL_NEW_CARTRIDGE );