Initial commit: my SECS2 project
This commit is contained in:
9
usr/app/app.h
Normal file
9
usr/app/app.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _APP_H_
|
||||
#define _APP_H_
|
||||
|
||||
extern const char SwVersion[20];
|
||||
|
||||
void App_Init(void);
|
||||
void App_Task(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user