Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -r6cb41faf89ea5500a378c2d845c1b9bb552b4b30 -r809d8fc395e63afc52a13fc30087d2cf50ad4d9a --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 6cb41faf89ea5500a378c2d845c1b9bb552b4b30) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 809d8fc395e63afc52a13fc30087d2cf50ad4d9a) @@ -75,7 +75,7 @@ { case CONSUMABLE_SELF_TESTS_INSTALL_STATE: #ifndef SKIP_CONSUMABLE_TESTS - if ( TRUE == confirmConsumableInstallRequested ) + if ( TRUE == consumableInstallConfirmed ) #endif { consumableInstallConfirmed = FALSE;