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

This commit is contained in:
向秋林 2020-04-30 12:38:40 +08:00 committed by Gitee
parent 2fb1a88751
commit a0b9fcc381
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 )