19 lines
515 B
C
19 lines
515 B
C
/*****************************************************************
|
|
;Project: Light
|
|
;MCU:
|
|
;Date:
|
|
;File:
|
|
;Function:
|
|
******************************************************************/
|
|
#ifndef __USCI_TASK_H
|
|
#define __USCI_TASK_H
|
|
/*---------------------------------------------------------------*/
|
|
#include "ARMCM0.h"
|
|
/*---------------------------------------------------------------*/
|
|
//º¯ÊýÉùÃ÷
|
|
//void USCI_Task(void);
|
|
|
|
#endif
|
|
/*---------------------------------------------------------------*/
|
|
|