【修复】FreeModbus从机读离散输入一处宏错误。
This commit is contained in:
parent
2fb1a88751
commit
a0b9fcc381
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue