Index: firmware/App/Tasks/TaskTimer.c =================================================================== diff -u -r7414658319a6867ce44c1399a5e866f936a3555f -r7d4711edd7b40cd3e29f43e766f79a8a09586fe9 --- firmware/App/Tasks/TaskTimer.c (.../TaskTimer.c) (revision 7414658319a6867ce44c1399a5e866f936a3555f) +++ 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) Quang Nguyen -* @date (last) 25-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 * ***************************************************************************/ @@ -31,9 +31,8 @@ * The taskTimer function handles the scheduled Timer Task interrupt. * 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 ) {