Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -recf20c9111729fe3264aa381ccb06cdd695bf98a -rce20c155091cd03f6ec01c0316a428b8b612492f --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision ecf20c9111729fe3264aa381ccb06cdd695bf98a) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision ce20c155091cd03f6ec01c0316a428b8b612492f) @@ -19,6 +19,7 @@ #include "ConcentratePumps.h" #include "ConductivitySensors.h" #include "CPLD.h" +#include "DialysateFlow.h" #include "DrainPump.h" #include "Fans.h" #include "FPGA.h" @@ -193,6 +194,11 @@ postState = handlePOSTStatus( testStatus ); break; + case DG_POST_STATE_DIALYSATE_FLOW_SENSOR: + testStatus = execDialysateFlowMeterSelfTest(); + postState = handlePOSTStatus( testStatus ); + break; + case DG_POST_STATE_WATCHDOG: testStatus = execWatchdogTest(); postState = handlePOSTStatus( testStatus );