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"
|
|||
|
/*---------------------------------------------------------------*/
|
|||
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
//void USCI_Task(void);
|
|||
|
|
|||
|
#endif
|
|||
|
/*---------------------------------------------------------------*/
|
|||
|
|