Index: firmware/source/sys_main.c =================================================================== diff -u -r9f03f8819187df2f9200c240c794ad69f4882d4a -r4d7d40a27130dc813d653f044cbb856b1b7d8481 --- firmware/source/sys_main.c (.../sys_main.c) (revision 9f03f8819187df2f9200c240c794ad69f4882d4a) +++ firmware/source/sys_main.c (.../sys_main.c) (revision 4d7d40a27130dc813d653f044cbb856b1b7d8481) @@ -127,9 +127,8 @@ * @brief initProcessor * The initProcessor function initializes and configures the processor \n * peripherals. - * @details - * Inputs : none - * Outputs : Processor peripherals initialized and configured. + * @details Inputs: none + * @details Outputs: Processor peripherals initialized and configured. * @return none *************************************************************************/ static void initProcessor( void ) @@ -153,9 +152,8 @@ /************************************************************************* * @brief initSoftware * The initSoftware function calls all software module initialize functions. - * @details - * Inputs : none - * Outputs : All modules initialized. + * @details Inputs: none + * @details Outputs: All modules initialized. * @return none *************************************************************************/ static void initSoftware( void ) @@ -188,9 +186,8 @@ /************************************************************************* * @brief initHardware * The initHardware function initializes and configures external hardware. - * @details - * Inputs : none - * Outputs : External hardware initialized and configured. + * @details Inputs: none + * @details Outputs: External hardware initialized and configured. * @return none *************************************************************************/ static void initHardware( void ) @@ -200,9 +197,8 @@ /************************************************************************* * @brief initTasks * The initTasks function sets up and starts the scheduled tasks. - * @details - * Inputs : none - * Outputs : Scheduled tasks set up and started. + * @details Inputs: none + * @details Outputs: Scheduled tasks set up and started. * @return none *************************************************************************/ static void initTasks( void )