Added MS/TP automatic baudrate detection option into the core MS/TP state machine. (#900)

This commit is contained in:
Steve Karg
2025-02-03 15:10:31 -06:00
committed by GitHub
parent c5b129e9ab
commit 19ef7f74cd
12 changed files with 471 additions and 11 deletions
+5
View File
@@ -91,3 +91,8 @@ void MSTP_Zero_Config_FSM(struct mstp_port_struct_t *mstp_port)
{
ztest_check_expected_value(mstp_port);
}
void MSTP_Auto_Baud_FSM(struct mstp_port_struct_t *mstp_port)
{
ztest_check_expected_value(mstp_port);
}