构建测试
This commit is contained in:
14
test/ch395f_test_task.h
Normal file
14
test/ch395f_test_task.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __CH395F_TEST_TASK_H
|
||||
#define __CH395F_TEST_TASK_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void StartCh395fTestTask(void *argument);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __CH395F_TEST_TASK_H */
|
||||
Reference in New Issue
Block a user