Added MS/TP automatic baudrate detection option into the core MS/TP state machine. (#900)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user