Fixed compiler error (copy/paste from last fix).
This commit is contained in:
@@ -1234,7 +1234,7 @@ static bool MSTP_Master_Node_FSM(
|
|||||||
Master_State = MSTP_MASTER_STATE_IDLE;
|
Master_State = MSTP_MASTER_STATE_IDLE;
|
||||||
/* clear our flag we were holding for comparison */
|
/* clear our flag we were holding for comparison */
|
||||||
MSTP_Flag.ReceivedValidFrame = false;
|
MSTP_Flag.ReceivedValidFrame = false;
|
||||||
} else if (rs485_silence_time_elapsed(Treply_delay) ||
|
} else if (rs485_silence_elapsed(Treply_delay) ||
|
||||||
(pkt != NULL)) {
|
(pkt != NULL)) {
|
||||||
/* DeferredReply */
|
/* DeferredReply */
|
||||||
/* If no reply will be available from the higher layers */
|
/* If no reply will be available from the higher layers */
|
||||||
|
|||||||
Reference in New Issue
Block a user