Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r933a18d740285e70be9d00696ed0f5a5381bc8e4 -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 933a18d740285e70be9d00696ed0f5a5381bc8e4) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) @@ -192,6 +192,20 @@ /*********************************************************************//** * @brief + * The signalAlarmActionToInitAndPOSTMode function executes the given alarm action + * as appropriate while in InitAndPOST Mode. + * @details Inputs: none + * @details Outputs: given alarm action executed + * @param action ID of alarm action to execute + * @return none + *************************************************************************/ +void signalAlarmActionToInitAndPOSTMode( ALARM_ACTION_T action ) +{ + +} + +/*********************************************************************//** + * @brief * The isPOSTCompleted function determines whether all HD POST have * been run and completed. If true, call the isPOSTPassed() to see final * result (pass/fail).