Index: firmware/App/Tasks/TaskBG.c =================================================================== diff -u -r8b8fff67b95805272f37855346d600599aaec03d -r090cfb22a7c0b4738299c3fb411ca77aaba8d968 --- firmware/App/Tasks/TaskBG.c (.../TaskBG.c) (revision 8b8fff67b95805272f37855346d600599aaec03d) +++ firmware/App/Tasks/TaskBG.c (.../TaskBG.c) (revision 090cfb22a7c0b4738299c3fb411ca77aaba8d968) @@ -29,9 +29,11 @@ /*********************************************************************//** * @brief * The taskBackground function handles the idle background task loop. - * @details Inputs: none - * @details Outputs: Executes the watchdog manangement service - * return none + * @details \b Inputs: none + * @details \b Outputs: Executes the watchdog manangement service + * return none + * @note This task runs when other task ( Timer, priority and general) + * completed their execution and frees CPU for background task execution. *************************************************************************/ void taskBackground( void ) {