Index: firmware/App/Tasks/TaskTimer.c =================================================================== diff -u -r90334b92aa0ebe0c6795e649abf82ff808036004 -r7d4711edd7b40cd3e29f43e766f79a8a09586fe9 --- firmware/App/Tasks/TaskTimer.c (.../TaskTimer.c) (revision 90334b92aa0ebe0c6795e649abf82ff808036004) +++ firmware/App/Tasks/TaskTimer.c (.../TaskTimer.c) (revision 7d4711edd7b40cd3e29f43e766f79a8a09586fe9) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2024 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * -* @file TaskTimer.c +* @file TaskTimer.c * -* @author (last) Sean Nash -* @date (last) 17-Aug-2020 +* @author (last) Quang Nguyen +* @date (last) 24-Sep-2020 * -* @author (original) Dara Navaei -* @date (original) 05-Nov-2019 +* @author (original) Dara Navaei +* @date (original) 05-Nov-2019 * ***************************************************************************/ @@ -29,11 +29,10 @@ /*********************************************************************//** * @brief * The taskTimer function handles the scheduled Timer Task interrupt. - * Calls the Timers executive to maintain a 1ms timer counter to + * Calls the Timers executive to maintain a 1 ms timer counter to * support timer and timeout functions. - * @details - * Inputs : none - * Outputs : Executive for Timers called. + * @details Inputs: none + * @details Outputs: Executive for Timers called. *************************************************************************/ void taskTimer( void ) {