Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbs38 committed Dec 3, 2016
1 parent 012cb58 commit 9cb7465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaMBSiavr.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void modbusTickTimer(void)
{
if ((modbusTimer==modbusInterCharTimeout)) {
BusState|=(1<<GapDetected);
} else if ((modbusTimer==modbusInterFrameDelayReceiveEnd)) { //end of essage
} else if ((modbusTimer==modbusInterFrameDelayReceiveEnd)) { //end of message
BusState=(1<<ReceiveCompleted);
#if ADDRESS_MODE == MULTIPLE_ADR
if (crc16(rxbuffer,DataPos-3)) { //perform crc check only. This is for multiple/all address mode.
Expand Down

0 comments on commit 9cb7465

Please sign in to comment.