summaryrefslogtreecommitdiff
path: root/apps/examples/modbus/modbus_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/modbus/modbus_main.c')
-rw-r--r--apps/examples/modbus/modbus_main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/examples/modbus/modbus_main.c b/apps/examples/modbus/modbus_main.c
index 2247fd675..7ff2b5b21 100644
--- a/apps/examples/modbus/modbus_main.c
+++ b/apps/examples/modbus/modbus_main.c
@@ -33,7 +33,7 @@
*
****************************************************************************
* Leveraged from:
- *
+ *
* FreeModbus Libary: Linux Demo Application
* Copyright (C) 2006 Christian Walter <wolti@sil.at>
*
@@ -149,7 +149,7 @@ static const uint8_t g_slaveid[] = { 0xaa, 0xbb, 0xcc };
* Name: modbus_initialize
*
* Description:
- * Called from the ModBus polling thread in order to initialized the
+ * Called from the ModBus polling thread in order to initialized the
* FreeModBus interface.
*
****************************************************************************/
@@ -197,7 +197,7 @@ static inline int modbus_initialize(void)
"ERROR: eMBInit failed: %d\n", mberr);
goto errout_with_mutex;
}
-
+
/* Set the slave ID
*
* 0x34 = Slave ID
@@ -274,7 +274,7 @@ static void *modbus_pollthread(void *pvarg)
do
{
/* Poll */
-
+
mberr = eMBPoll();
if (mberr != MB_ENOERR)
{