Index: firmware/App/Modes/ModeFault.c =================================================================== diff -u -r0c3e4f0618d7e42f35386fe5acf450fbb61481b6 -r5f86e35ac3c021b68708457d17d4ef51b20aef9c --- firmware/App/Modes/ModeFault.c (.../ModeFault.c) (revision 0c3e4f0618d7e42f35386fe5acf450fbb61481b6) +++ firmware/App/Modes/ModeFault.c (.../ModeFault.c) (revision 5f86e35ac3c021b68708457d17d4ef51b20aef9c) @@ -17,6 +17,7 @@ #include "OperationModes.h" #include "ModeFault.h" +#include "SystemCommMessages.h" /** * @addtogroup DGFaultMode @@ -55,7 +56,8 @@ // Publish POST failure status to UI if fault triggered in Init/POST mode if ( DG_MODE_INIT == getPreviousOperationMode() ) { - // TODO - send POST failure to UI + // Broadcast final POST failed + sendPOSTFinalResult( FALSE ); } }