15 lines
413 B
C
15 lines
413 B
C
|
/****************************************************************************
|
||
|
*
|
||
|
* Copy right: 2017-, Copyrigths of EigenComm Ltd.
|
||
|
* File name: ctw_common.h
|
||
|
* Description: EC618 ctwing task header file
|
||
|
* History: Rev1.0 2022-02-17
|
||
|
*
|
||
|
****************************************************************************/
|
||
|
#ifndef _CTW_TASK_H
|
||
|
#define _CTW_TASK_H
|
||
|
|
||
|
void ecCtwAutoRegisterInit(void);
|
||
|
|
||
|
#endif
|