主站的代码使用最新的策略进行工作,可以编译,仿真有错误,尚未验证

This commit is contained in:
2025-02-09 01:17:17 +08:00
parent 55675b93c9
commit 6e72db048a
9 changed files with 441 additions and 307 deletions

10
tb/sw/src/sysDef.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __SYSDEF_H__
#define __SYSDEF_H__
#define SYS_INIT 0
#define SYS_SEND_DATA 1
#define SYS_SET_RECV_INFO 2
#endif