PASII/CandeII_1.4/Taskrun/LowPow_Task.h

18 lines
518 B
C
Raw Normal View History

/*****************************************************************
;Project: Light
;MCU:
;Date:
;File:
;Function:
******************************************************************/
#ifndef __LOWPOW_TASK_H
#define __LOWPOW_TASK_H
/*---------------------------------------------------------------*/
#include "ARMCM0.h"
/*---------------------------------------------------------------*/
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
void LowPow_Task(void);
#endif
/*---------------------------------------------------------------*/