Skip to content

Commit

Permalink
As per cwalter-at#21
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Curry authored and Michael Curry committed May 12, 2023
1 parent 9f9148e commit 8392dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modbus/functions/mbfuncdisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 8392dbc

Please sign in to comment.