构建测试

This commit is contained in:
2026-08-22 19:53:24 +08:00
parent a7f367f6a3
commit fc88bc8752
15 changed files with 2050 additions and 1578 deletions

14
test/ch395f_test_task.h Normal file
View 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 */