summaryrefslogtreecommitdiff
path: root/apps/include/modbus
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-07 16:48:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-07 16:48:09 -0600
commit8432ecf2672431f8f5190c2e8dc6d3fc28ed9ee8 (patch)
treea8646a31746de915ff1c25655b68e336064b752d /apps/include/modbus
parent2e75e1296c3dd3b28cb3de582100c7afbb6c0743 (diff)
downloadpx4-nuttx-8432ecf2672431f8f5190c2e8dc6d3fc28ed9ee8.tar.gz
px4-nuttx-8432ecf2672431f8f5190c2e8dc6d3fc28ed9ee8.tar.bz2
px4-nuttx-8432ecf2672431f8f5190c2e8dc6d3fc28ed9ee8.zip
apps/modbus: That completes a complete pass; all of the modbus files a little closer to NuttX coding style. Still not compliant with naming conventions
Diffstat (limited to 'apps/include/modbus')
-rw-r--r--apps/include/modbus/mb.h2
-rw-r--r--apps/include/modbus/mbframe.h2
-rw-r--r--apps/include/modbus/mbfunc.h2
-rw-r--r--apps/include/modbus/mbport.h2
-rw-r--r--apps/include/modbus/mbutils.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/apps/include/modbus/mb.h b/apps/include/modbus/mb.h
index ea4a169a8..b8defac8d 100644
--- a/apps/include/modbus/mb.h
+++ b/apps/include/modbus/mb.h
@@ -1,7 +1,7 @@
/****************************************************************************
* apps/include/modbus/mb.h
*
- * FreeModbus Libary: A portable Modbus implementation for Modbus ASCII/RTU.
+ * FreeModbus Library: A portable Modbus implementation for Modbus ASCII/RTU.
* Copyright (c) 2006 Christian Walter <wolti@sil.at>
* All rights reserved.
*
diff --git a/apps/include/modbus/mbframe.h b/apps/include/modbus/mbframe.h
index 80de64b87..01014989d 100644
--- a/apps/include/modbus/mbframe.h
+++ b/apps/include/modbus/mbframe.h
@@ -1,7 +1,7 @@
/****************************************************************************
* apps/include/modbus/mbframe.h
*
- * FreeModbus Libary: A portable Modbus implementation for Modbus ASCII/RTU.
+ * FreeModbus Library: A portable Modbus implementation for Modbus ASCII/RTU.
* Copyright (c) 2006 Christian Walter <wolti@sil.at>
* All rights reserved.
*
diff --git a/apps/include/modbus/mbfunc.h b/apps/include/modbus/mbfunc.h
index 0979df922..7cecd8fc8 100644
--- a/apps/include/modbus/mbfunc.h
+++ b/apps/include/modbus/mbfunc.h
@@ -1,7 +1,7 @@
/****************************************************************************
* apps/include/modbus/mbfunc.h
*
- * FreeModbus Libary: A portable Modbus implementation for Modbus ASCII/RTU.
+ * FreeModbus Library: A portable Modbus implementation for Modbus ASCII/RTU.
* Copyright (c) 2006 Christian Walter <wolti@sil.at>
* All rights reserved.
*
diff --git a/apps/include/modbus/mbport.h b/apps/include/modbus/mbport.h
index bebe31693..cfb1838ba 100644
--- a/apps/include/modbus/mbport.h
+++ b/apps/include/modbus/mbport.h
@@ -1,7 +1,7 @@
/****************************************************************************
* apps/include/modbus/mbport.h
*
- * FreeModbus Libary: A portable Modbus implementation for Modbus ASCII/RTU.
+ * FreeModbus Library: A portable Modbus implementation for Modbus ASCII/RTU.
* Copyright (c) 2006 Christian Walter <wolti@sil.at>
* All rights reserved.
*
diff --git a/apps/include/modbus/mbutils.h b/apps/include/modbus/mbutils.h
index 50756bb2e..fbeba53dc 100644
--- a/apps/include/modbus/mbutils.h
+++ b/apps/include/modbus/mbutils.h
@@ -1,7 +1,7 @@
/****************************************************************************
* apps/include/modbus/mbutils.h
*
- * FreeModbus Libary: A portable Modbus implementation for Modbus ASCII/RTU.
+ * FreeModbus Library: A portable Modbus implementation for Modbus ASCII/RTU.
* Copyright (c) 2006 Christian Walter <wolti@sil.at>
* All rights reserved.
*