debevv/nanoMODBUS

cast missing in recv_res_header

rlstrand opened this issue · 1 comments

In recv_res_header:

return exception;

should be:

return (nmbs_error) exception;

Fixed in 44f3191

Thank you!