Bugfix/network port object link speeds (#488)

* fix ports/xplained build under Linux

* fix network port object link-speeds property

---------

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2023-09-08 17:41:56 -05:00
committed by GitHub
parent bd597082d2
commit 0001f85f29
20 changed files with 404 additions and 73 deletions
+1 -2
View File
@@ -750,8 +750,7 @@ float Network_Port_Link_Speed(uint32_t object_instance)
* For a given object instance-number, sets the Link_Speed
*
* @param object_instance - object-instance number of the object
* @param value - APDU length 0..65535
*
* @param value Link_Speed value in bits-per-second
* @return true if values are within range and property is set.
*/
bool Network_Port_Link_Speed_Set(uint32_t object_instance, float value)