Index: firmware/App/Drivers/SafetyShutdown.c =================================================================== diff -u -r54f45c387430e440ab4607451fc84dea61f273f1 -r4d7d40a27130dc813d653f044cbb856b1b7d8481 --- firmware/App/Drivers/SafetyShutdown.c (.../SafetyShutdown.c) (revision 54f45c387430e440ab4607451fc84dea61f273f1) +++ firmware/App/Drivers/SafetyShutdown.c (.../SafetyShutdown.c) (revision 4d7d40a27130dc813d653f044cbb856b1b7d8481) @@ -39,9 +39,8 @@ /*********************************************************************//** * @brief * The initSafetyShutdown function initializes the safety shutdown 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 ) @@ -52,9 +51,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 ) @@ -66,9 +64,8 @@ * @brief * 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 ) @@ -79,9 +76,8 @@ /*********************************************************************//** * @brief * 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 *************************************************************************/ @@ -113,9 +109,8 @@ * @brief * 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 )