Index: firmware/App/Services/Interrupts.c =================================================================== diff -u -r3e5c98eae83ce4efe2b36031d4e920bbf71fd098 -r4d7d40a27130dc813d653f044cbb856b1b7d8481 --- firmware/App/Services/Interrupts.c (.../Interrupts.c) (revision 3e5c98eae83ce4efe2b36031d4e920bbf71fd098) +++ firmware/App/Services/Interrupts.c (.../Interrupts.c) (revision 4d7d40a27130dc813d653f044cbb856b1b7d8481) @@ -60,9 +60,8 @@ /*********************************************************************//** * @brief * The initInterrupts function initializes the Interrupts module. - * @details - * Inputs : none - * Outputs : Interrupts module initialized + * @details Inputs: none + * @details Outputs: Interrupts module initialized * @return none *************************************************************************/ void initInterrupts( void ) @@ -85,9 +84,8 @@ /*********************************************************************//** * @brief * The phantomInterrupt function handles phantom interrupts. - * @details - * Inputs : none - * Outputs : phantom interrupt handled + * @details Inputs: none + * @details Outputs: phantom interrupt handled * @return none *************************************************************************/ void phantomInterrupt( void ) @@ -107,9 +105,8 @@ /*********************************************************************//** * @brief * The rtiNotification function handles real-time interrupt notifications. - * @details - * Inputs : none - * Outputs : RTI notification handled + * @details Inputs: none + * @details Outputs: RTI notification handled * @param notification Which RTI timer caused this interrupt * @return none *************************************************************************/ @@ -142,9 +139,8 @@ /*********************************************************************//** * @brief * The canMessageNotification function handles CAN message notifications. - * @details - * Inputs : none - * Outputs : CAN message notification handled + * @details Inputs: none + * @details Outputs: CAN message notification handled * @param node which CAN controller * @param messageBox which message box triggered the message notification * @return none @@ -160,9 +156,8 @@ /*********************************************************************//** * @brief * The canErrorNotification function handles CAN error notifications. - * @details - * Inputs : none - * Outputs : CAN error notification handled. + * @details Inputs: none + * @details Outputs: CAN error notification handled. * @param node which CAN controller * @param notification CAN error notification: * canLEVEL_PASSIVE (0x20) : When RX- or TX error counter are between 32 and 63 \n @@ -238,9 +233,8 @@ * @brief * The sciNotification function handles UART communication error interrupts. * Frame and Over-run errors are handled. - * @details - * Inputs : none - * Outputs : UART error interrupts handled. + * @details Inputs: none + * @details Outputs: UART error interrupts handled. * @param sci pointer to the SCI peripheral that detected the error * @param flags error flag(s) * @return none @@ -309,9 +303,8 @@ /*********************************************************************//** * @brief * The dmaGroupANotification function handles communication DMA interrupts. - * @details - * Inputs : none - * Outputs : DMA interrupt is handled. + * @details Inputs: none + * @details Outputs: DMA interrupt is handled. * @param inttype type of DMA interrupt * @param channel DMA channel that caused the interrupt * @return none