2025-02-09 01:17:17 +08:00
|
|
|
#ifndef __SYSDEF_H__
|
|
|
|
|
#define __SYSDEF_H__
|
|
|
|
|
|
2025-02-10 14:38:49 +08:00
|
|
|
#define SYS_INIT 0
|
|
|
|
|
#define SYS_SEND_DATA 1
|
|
|
|
|
#define SYS_SET_RECV_INFO 2
|
2025-02-12 15:58:50 +08:00
|
|
|
#define SYS_SLAVE_WORK 3
|
2025-02-09 01:17:17 +08:00
|
|
|
|
|
|
|
|
|
2025-02-10 14:38:49 +08:00
|
|
|
#define WORKMODE_MASTER 0
|
|
|
|
|
#define WORKMODE_SLAVE 1
|
|
|
|
|
|
2025-02-10 23:59:35 +08:00
|
|
|
|
|
|
|
|
|
2025-02-09 01:17:17 +08:00
|
|
|
#endif
|
|
|
|
|
|