Fixed MS/TP module flush stderr compile error from leftover. (#844)

* Fixed MS/TP module flush stderr compile error from leftover.

* Fixed MS/TP zero-config preferred-station setting to not filter getter.
This commit is contained in:
Steve Karg
2024-11-03 10:28:42 -06:00
committed by GitHub
parent d47bb67c21
commit 90cdc4920b
2 changed files with 6 additions and 9 deletions
-1
View File
@@ -608,7 +608,6 @@ void MSTP_Receive_Frame_FSM(struct mstp_port_struct_t *mstp_port)
if ((receive_state != MSTP_RECEIVE_STATE_IDLE) &&
(mstp_port->receive_state == MSTP_RECEIVE_STATE_IDLE)) {
printf_receive_data("\n");
fflush(stderr);
}
return;
}