Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -rd05206f9cfead2d39dab6c1fe2dbccd8d0783eba -r607854ec35335ec37a9e83976a4fb6655cc0fe90 --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision d05206f9cfead2d39dab6c1fe2dbccd8d0783eba) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 607854ec35335ec37a9e83976a4fb6655cc0fe90) @@ -66,8 +66,6 @@ *************************************************************************/ void transitionToConsumableSelfTest( void ) { - initConsumableSelfTest(); - // Pumps should be off signalBloodPumpHardStop(); signalDialInPumpHardStop(); @@ -99,10 +97,11 @@ #ifndef _RELEASE_ if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) ) -#endif { consumableInstallConfirmed = TRUE; } +#endif + // TODO: Check for DG straw door status to be open once DG door driver implemented if ( TRUE == consumableInstallConfirmed ) {