Index: App/Tasks/TaskBG.c =================================================================== diff -u -r765d2c35118e202444e737c66c77faf9678cc87e -r894b734327eb6e7cfa6bf651623576bc10214195 --- App/Tasks/TaskBG.c (.../TaskBG.c) (revision 765d2c35118e202444e737c66c77faf9678cc87e) +++ App/Tasks/TaskBG.c (.../TaskBG.c) (revision 894b734327eb6e7cfa6bf651623576bc10214195) @@ -1,18 +1,18 @@ /************************************************************************* -* -* Copyright Diality, Inc. 2019-2020. All Rights Reserved. -* 181 Technology, Ste. 150 -* Irvine, CA 92618 -* -* Project Denali -* -* @file TaskTimer.c -* -* @brief Timer task handler. -* -* @date 20-Sep-2019 -* -*************************************************************************/ + * + * Copyright Diality, Inc. 2019-2020. All Rights Reserved. + * 181 Technology, Ste. 150 + * Irvine, CA 92618 + * + * Project Denali + * + * @file TaskTimer.c + * + * @brief Timer task handler. + * + * @date 20-Sep-2019 + * + *************************************************************************/ #include "gio.h" @@ -26,13 +26,13 @@ * @details * Inputs : none * Outputs : Executive for watchdog mgmt. and non-volatile data services called. -*************************************************************************/ + *************************************************************************/ void taskBackground( void ) { - while (1) - { - // manage the watchdog - execWatchdogMgmt(); - } + while ( 1 ) + { + // manage the watchdog + execWatchdogMgmt(); + } }