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 -1
View File
@@ -615,8 +615,8 @@ int Device_Read_Property_Local(BACNET_READ_PROPERTY_DATA *rpdata)
uint32_t i = 0;
uint32_t count = 0;
uint8_t *apdu = NULL;
int apdu_len = 0;
struct my_object_functions *pObject = NULL;
int apdu_max;
if ((rpdata->application_data == NULL) ||
(rpdata->application_data_len == 0)) {