Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r1154e93c2fddd59e81f4a07230c13e0d889ffdf1 -r72dd42b6a116e62d1b3ad5d60088c29e067d10d4 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 1154e93c2fddd59e81f4a07230c13e0d889ffdf1) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 72dd42b6a116e62d1b3ad5d60088c29e067d10d4) @@ -21,6 +21,7 @@ #include "Fans.h" #include "FPGA.h" #include "Heaters.h" +#include "LoadCell.h" #include "ModeInitPOST.h" #include "NVDataMgmt.h" #include "OperationModes.h" @@ -114,7 +115,11 @@ case DG_POST_STATE_NVDATAMGMT: testStatus = execNVDataMgmtSelfTest(); postState = handlePOSTStatus( testStatus ); + break; + case DG_POST_STATE_LOAD_CELL: + testStatus = execLoadCellsSelfTest(); + postState = handlePOSTStatus( testStatus ); break; case DG_POST_STATE_TEMPERATURE_SENSORS: