Initial commit
This commit is contained in:
18
FW/Core/Inc/task.h
Normal file
18
FW/Core/Inc/task.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef TASK_H_
|
||||
#define TASK_H_
|
||||
|
||||
extern unsigned int sys_tick_1s_rdy;
|
||||
|
||||
extern unsigned int UserRequestReset ;
|
||||
extern unsigned int SysLoopTick ;
|
||||
|
||||
extern void DoUpdataRtc();
|
||||
extern void my_sys_tick(void);
|
||||
extern void operation_finction(void);
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user