aboutsummaryrefslogtreecommitdiff
path: root/src/sample/dtm/app_task.h
blob: cd5c2af0d4104607fea120401dd469a6d763f880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**
*********************************************************************************************************
*               Copyright(c) 2016, Realtek Semiconductor Corporation. All rights reserved.
*********************************************************************************************************
* @file      app_task.h
* @brief
* @details
* @author    jeff
* @date      2016-12-01
* @version   v1.0
*
*/

#ifndef _APPLICATION_H_
#define _APPLICATION_H_

#include <stdint.h>

/**
 * @brief  Initialize App task
 * @return void
 */
void application_task_init(void);


#endif