summaryrefslogtreecommitdiff
path: root/apps/modbus/tcp/mbtcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/modbus/tcp/mbtcp.c')
-rw-r--r--apps/modbus/tcp/mbtcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/modbus/tcp/mbtcp.c b/apps/modbus/tcp/mbtcp.c
index c71fdc34a..d47da0a12 100644
--- a/apps/modbus/tcp/mbtcp.c
+++ b/apps/modbus/tcp/mbtcp.c
@@ -160,4 +160,4 @@ eMBErrorCode eMBTCPSend(uint8_t _unused, const uint8_t * pucFrame, uint16_t usLe
return eStatus;
}
-#endif
+#endif /* CONFIG_MB_TCP_ENABLED */