Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -rfa41b85cf47fb01cd905b2ed53d472a9cb0c1706 -r9feea867113c62088f0ce91750127972dbd9bf53 --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision fa41b85cf47fb01cd905b2ed53d472a9cb0c1706) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 9feea867113c62088f0ce91750127972dbd9bf53) @@ -122,6 +122,7 @@ break; default: + SET_ALARM_WITH_2_U32_DATA( ALARM_ID_HD_SOFTWARE_FAULT, SW_FAULT_ID_INVALID_CONSUMABLE_SELF_TEST_STATE, currentConsumableSelfTestState ); break; }