/*********************************************************************** * * Copyright Diality, Inc. 2019-2020. All Rights Reserved. * 181 Technology, Ste. 150 * Irvine, CA 92618 * * Project Denali * * @file TaskGeneral.h * * @brief General task header file. * * @date 19-Sep-2019 * *************************************************************************/ #ifndef __TASK_GENERAL_H__ #define __TASK_GENERAL_H__ // public definitions #define TASK_GENERAL_INTERVAL (50) // public function prototypes void taskGeneral(void); #endif