Index: firmware/source/sys_main.c =================================================================== diff -u -ra35d5e68aad457339f625848809207a9650ad019 -r37a8a58b766a496b39241dd7ae46dc10dbda35e4 --- firmware/source/sys_main.c (.../sys_main.c) (revision a35d5e68aad457339f625848809207a9650ad019) +++ firmware/source/sys_main.c (.../sys_main.c) (revision 37a8a58b766a496b39241dd7ae46dc10dbda35e4) @@ -129,9 +129,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 ) @@ -157,9 +156,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 ) @@ -200,9 +198,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 ) @@ -212,9 +209,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 )