summaryrefslogtreecommitdiff
path: root/apps/modbus
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-20 13:36:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-20 13:36:07 +0000
commit8c0474bfc9059fa10f50792680b683b3266413e6 (patch)
tree8890d3b19d49b96252d17192f135ff0823966eba /apps/modbus
parent0f775d5711a3b6cf2815ab3cbd9da580a587d2df (diff)
downloadpx4-nuttx-8c0474bfc9059fa10f50792680b683b3266413e6.tar.gz
px4-nuttx-8c0474bfc9059fa10f50792680b683b3266413e6.tar.bz2
px4-nuttx-8c0474bfc9059fa10f50792680b683b3266413e6.zip
0001-some-fixes-for-FreeMODBUS-and-MODBUS-example.patch from Freddi Chopin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5372 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/modbus')
-rw-r--r--apps/modbus/mb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/modbus/mb.c b/apps/modbus/mb.c
index 8417d1274..54e96460d 100644
--- a/apps/modbus/mb.c
+++ b/apps/modbus/mb.c
@@ -99,7 +99,7 @@ static xMBFunctionHandler xFuncHandlers[CONFIG_MB_FUNC_HANDLERS_MAX] = {
#ifdef CONFIG_MB_FUNC_OTHER_REP_SLAVEID_ENABLED
{MB_FUNC_OTHER_REPORT_SLAVEID, eMBFuncReportSlaveID},
#endif
-#ifdef CONFIG_MB_FUNC_READ_INPUT_ENABLE
+#ifdef CONFIG_MB_FUNC_READ_INPUT_ENABLED
{MB_FUNC_READ_INPUT_REGISTER, eMBFuncReadInputRegister},
#endif
#ifdef CONFIG_MB_FUNC_READ_HOLDING_ENABLED