!2 【修复】FreeModbus从机读离散输入一处宏错误。

Merge pull request !2 from 向秋林/N/A
This commit is contained in:
armink 2020-05-11 16:36:35 +08:00 committed by Gitee
commit 84d789d36e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ eMBException prveMBError2Exception( eMBErrorCode eErrorCode );
/* ----------------------- Start implementation -----------------------------*/
#if MB_FUNC_READ_COILS_ENABLED > 0
#if MB_FUNC_READ_DISCRETE_INPUTS_ENABLED > 0
eMBException
eMBFuncReadDiscreteInputs( UCHAR * pucFrame, USHORT * usLen )