Index: App/Contollers/WatchdogMgmt.h =================================================================== diff -u -r765d2c35118e202444e737c66c77faf9678cc87e -r894b734327eb6e7cfa6bf651623576bc10214195 --- App/Contollers/WatchdogMgmt.h (.../WatchdogMgmt.h) (revision 765d2c35118e202444e737c66c77faf9678cc87e) +++ App/Contollers/WatchdogMgmt.h (.../WatchdogMgmt.h) (revision 894b734327eb6e7cfa6bf651623576bc10214195) @@ -1,18 +1,18 @@ /*********************************************************************** -* -* Copyright Diality, Inc. 2019-2020. All Rights Reserved. -* 181 Technology, Ste. 150 -* Irvine, CA 92618 -* -* Project Denali -* -* @file WatchdogMgmt.h -* -* @brief Header file for the watchdog management service. -* -* @date 20-Sep-2019 -* -*************************************************************************/ + * + * Copyright Diality, Inc. 2019-2020. All Rights Reserved. + * 181 Technology, Ste. 150 + * Irvine, CA 92618 + * + * Project Denali + * + * @file WatchdogMgmt.h + * + * @brief Header file for the watchdog management service. + * + * @date 20-Sep-2019 + * + *************************************************************************/ #ifndef __WATCHDOG_MGMT_H__ #define __WATCHDOG_MGMT_H__ @@ -21,11 +21,11 @@ typedef enum Tasks { - TASK_BG = 0, // Background - TASK_GENERAL, // General - TASK_PRIORITY, // Priority - TASK_TIMER, // Timer - NUM_OF_TASKS + TASK_BG = 0, // Background + TASK_GENERAL, // General + TASK_PRIORITY, // Priority + TASK_TIMER, // Timer + NUM_OF_TASKS } TASK_T; // ********** public function prototypes **********