Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r5156a859330f51537606ffdab32ea63d8fac9cac -r1a5efe97f5f39594b45797fded52cafce92afe80 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 5156a859330f51537606ffdab32ea63d8fac9cac) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 1a5efe97f5f39594b45797fded52cafce92afe80) @@ -20,7 +20,6 @@ #include "DrainPump.h" #include "Fans.h" #include "FPGA.h" -#include "Heaters.h" #include "LoadCell.h" #include "ModeInitPOST.h" #include "NVDataMgmt.h" @@ -134,11 +133,6 @@ #endif break; - case DG_POST_STATE_HEATERS: - testStatus = execHeatersSelfTest(); - postState = handlePOSTStatus( testStatus ); - break; - case DG_POST_STATE_ACCELEROMETER: #ifndef DISABLE_ACCELS testStatus = execAccelTest();