Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r4d7d40a27130dc813d653f044cbb856b1b7d8481 -r4638fd77792d0c7ecbeca3c84369cbed6c2ecee1 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 4d7d40a27130dc813d653f044cbb856b1b7d8481) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 4638fd77792d0c7ecbeca3c84369cbed6c2ecee1) @@ -24,6 +24,7 @@ #include "Pressures.h" #include "RTC.h" #include "TemperatureSensors.h" +#include "UVReactors.h" #include "WatchdogMgmt.h" /** @@ -126,6 +127,13 @@ postState = handlePOSTStatus( testStatus ); break; +#ifdef _VECTORCAST_ // To be only seen by VectorCAST for testing + case DG_POST_STATE_UV_REACTORS: + testStatus = execUVReactorsSelfTest(); + postState = handlePOSTStatus( testStatus ); + break; +#endif + case DG_POST_STATE_WATCHDOG: testStatus = execWatchdogTest(); handlePOSTStatus( testStatus ); // ignoring return value because last test