19 lines
467 B
C
19 lines
467 B
C
|
|
|
||
|
|
#ifndef __DATALINKTASK_H
|
||
|
|
#define __DATALINKTASK_H
|
||
|
|
|
||
|
|
/* includes ----------------------------------------------------------------------------------------------*/
|
||
|
|
#include "global.h"
|
||
|
|
|
||
|
|
/* macro ------------------------------------------------------------------------------------------------*/
|
||
|
|
|
||
|
|
|
||
|
|
/* struct ------------------------------------------------------------------------------------------------*/
|
||
|
|
|
||
|
|
void DataLink_Task_Init(void);
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif /* __DATALINKTASK_H */
|
||
|
|
|