Index: firmware/App/Drivers/SafetyShutdown.c =================================================================== diff -u -r9302e1bd2413cbf99e80ac51aac38502d94801d9 -r8e7158d8231435496fcf1d5649e51babf859ccc7 --- firmware/App/Drivers/SafetyShutdown.c (.../SafetyShutdown.c) (revision 9302e1bd2413cbf99e80ac51aac38502d94801d9) +++ firmware/App/Drivers/SafetyShutdown.c (.../SafetyShutdown.c) (revision 8e7158d8231435496fcf1d5649e51babf859ccc7) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file SafetyShutdown.c * * @author (last) Sean Nash -* @date (last) 01-Jun-2020 +* @date (last) 24-Sep-2020 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -43,9 +43,8 @@ /*********************************************************************//** * @brief * The initSafetyShutdown function initializes the Buttons module. - * @details - * Inputs : none - * Outputs : Safety Shutdown module signal output set to initial state. + * @details Inputs: none + * @details Outputs: Safety Shutdown module signal output set to initial state. * @return none *************************************************************************/ void initSafetyShutdown( void ) @@ -56,9 +55,8 @@ /*********************************************************************//** * @brief * The activateSafetyShutdown function activates the safety shutdown signal. - * @details - * Inputs : none - * Outputs : Safety Shutdown signal output set to active state. + * @details Inputs: none + * @details Outputs: Safety Shutdown signal output set to active state. * @return none *************************************************************************/ void activateSafetyShutdown( void ) @@ -69,11 +67,10 @@ /*********************************************************************//** * @brief - * The isSafetyShutdownActivated function returns whether the safety shutdown \n + * The isSafetyShutdownActivated function returns whether the safety shutdown * signal has been activated. - * @details - * Inputs : none - * Outputs : none + * @details Inputs: none + * @details Outputs: none * @return safetyShutdownActivated *************************************************************************/ BOOL isSafetyShutdownActivated( void ) @@ -83,11 +80,10 @@ /*********************************************************************//** * @brief - * The testSetSafetyShutdownOverride function overrides the HD safety \n + * The testSetSafetyShutdownOverride function overrides the HD safety * shutdown. - * @details - * Inputs : none - * Outputs : HD safety shutdown overridden + * @details Inputs: none + * @details Outputs: HD safety shutdown overridden * @param value TRUE to activate safety shutdown, FALSE to de-activate it. * @return TRUE if override successful, FALSE if not *************************************************************************/ @@ -117,11 +113,10 @@ /*********************************************************************//** * @brief - * The testResetSafetyShutdownOverride function resets the override of the \n + * The testResetSafetyShutdownOverride function resets the override of the * HD safety shutdown. - * @details - * Inputs : none - * Outputs : shutdown override reset + * @details Inputs: none + * @details Outputs: shutdown override reset * @return TRUE if override reset successful, FALSE if not *************************************************************************/ BOOL testResetSafetyShutdownOverride( void )