test public

Fork of Modbus by Cam Marshall

Revision:
1:a3ee8cb24540
Parent:
0:0453a0a7e500
--- a/mbconfig.h	Thu Apr 15 12:10:34 2010 +0000
+++ b/mbconfig.h	Mon Jul 02 14:36:46 2018 +0000
@@ -49,9 +49,9 @@
 /*! \brief If Modbus ASCII support is enabled. */
 #define MB_ASCII_ENABLED                        (  0 )
 /*! \brief If Modbus RTU support is enabled. */
-#define MB_RTU_ENABLED                          (  1 )
+#define MB_RTU_ENABLED                          (  0 )
 /*! \brief If Modbus TCP support is enabled. */
-#define MB_TCP_ENABLED                          (  0 )
+#define MB_TCP_ENABLED                          (  1 )
 /*! \brief The character timeout value for Modbus ASCII.
  *
  * The character timeout value is not fixed for Modbus ASCII and is therefore