1 /*
2  * Copyright (C) 2015-2018 Alibaba Group Holding Limited
3  */
4 
5 #ifndef MBMASTER_DEFAULT_CONFIG_H
6 #define MBMASTER_DEFAULT_CONFIG_H
7 
8 #ifndef MBMASTER_CONFIG_RTU_ENABLED
9 #define MBMASTER_CONFIG_RTU_ENABLED   1
10 #endif
11 
12 #ifndef MBMASTER_CONFIG_ASCII_ENABLED
13 #define MBMASTER_CONFIG_ASCII_ENABLED 0
14 #endif
15 
16 #ifndef MBMASTER_CONFIG_TCP_ENABLED
17 #define MBMASTER_CONFIG_TCP_ENABLED   0
18 #endif
19 
20 #ifndef MBMASTER_CONFIG_HANDLER_MAX
21 #define MBMASTER_CONFIG_HANDLER_MAX   1
22 #endif
23 
24 #endif /* MBMASTER_DEFAULT_CONFIG_H */
25