summaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-07 15:01:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-07 15:01:39 -0600
commit9eb5c1d02c305de6db0b4a23db182b48a2171632 (patch)
treedbfe099d7f25ea8d6f83d51e24af92bcda5be7aa /apps/include
parentb99a64f25c360dbfc2f0007c669cd9bfa2a25e3d (diff)
downloadpx4-nuttx-9eb5c1d02c305de6db0b4a23db182b48a2171632.tar.gz
px4-nuttx-9eb5c1d02c305de6db0b4a23db182b48a2171632.tar.bz2
px4-nuttx-9eb5c1d02c305de6db0b4a23db182b48a2171632.zip
Modbus: Change to more header files to make them a little more consistent with Nuttx coding stanards. Still not very close
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/modbus/mbproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/include/modbus/mbproto.h b/apps/include/modbus/mbproto.h
index f4f5775b6..f61e858e5 100644
--- a/apps/include/modbus/mbproto.h
+++ b/apps/include/modbus/mbproto.h
@@ -1,7 +1,7 @@
/****************************************************************************
* apps/include/modbus/mbproto.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.
*