8 lines
154 B
C
8 lines
154 B
C
#ifndef __DATA_SOURCE_H
|
|
#define __DATA_SOURCE_H
|
|
|
|
/* 数据源标识 */
|
|
#define SOURCE_RS485 0x01
|
|
#define SOURCE_DI 0x02
|
|
|
|
#endif /* __DATA_SOURCE_H */ |