Removed baud-rate from network port object example since the property is called link-speed.

This commit is contained in:
skarg
2018-12-17 18:19:22 +00:00
parent f4984dd8d6
commit c05245c6ff
-1
View File
@@ -1766,7 +1766,6 @@ void Network_Port_Init(
Object_List[index].Link_Speed = 9600.0;
Object_List[index].Network_Type = PORT_TYPE_MSTP;
Object_List[index].Network.MSTP.MAC_Address = 255;
Object_List[index].Network.MSTP.Baud_Rate = 9600;
Object_List[index].Network.MSTP.Max_Master = 127;
Object_List[index].Network.MSTP.Max_Info_Frames = 1;
#elif defined(BACDL_BIP)