/*********************************************************************** * * Copyright Diality, Inc. 2019-2020. All Rights Reserved. * 181 Technology, Ste. 150 * Irvine, CA 92618 * * Project Denali * * @file TaskBG.h * * @brief Background task header file. * * @date 20-Sep-2019 * *************************************************************************/ #ifndef __TASK_BACKGROUND_H__ #define __TASK_BACKGROUND_H__ // public function prototypes void taskBackground( void ); #endif