第一次提交,修改保存刷写上位机IP
This commit is contained in:
18
app/app_test.h
Normal file
18
app/app_test.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef TEST_H
|
||||
#define TEST_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
extern void testAppInit(void);
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // TEST_H
|
||||
Reference in New Issue
Block a user