Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -rd6c75118f4e5792b40b744a0b29e44c78368a469 -r8910c1a21976afcc84fe1d9504916efbc192325d --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision d6c75118f4e5792b40b744a0b29e44c78368a469) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 8910c1a21976afcc84fe1d9504916efbc192325d) @@ -132,13 +132,8 @@ break; case POST_STATE_BLOOD_FLOW: -#ifdef DONT_SKIP_NV_POST - // Skip the rest of the POSTs - postState = POST_STATE_COMPLETED; -#else testStatus = execBloodFlowTest(); postState = handlePOSTStatus( testStatus ); -#endif break; case POST_STATE_DIALYSATE_FLOW: @@ -152,8 +147,13 @@ break; case POST_STATE_ALARM_LAMP: +#ifdef DONT_SKIP_NV_POST + // Skip the rest of the POSTs + postState = POST_STATE_COMPLETED; +#else testStatus = execAlarmLampTest(); postState = handlePOSTStatus( testStatus ); +#endif break; case POST_STATE_ACCELEROMETER: