Added a parameter to Device_Encode_Property_APDU so that it matched all the ther objects, which required all the demo and ports to modify their device and h_rp files.
This commit is contained in:
@@ -93,6 +93,7 @@ void handler_read_property(
|
||||
if (Device_Valid_Object_Instance_Number(data.object_instance)) {
|
||||
len =
|
||||
Device_Encode_Property_APDU(&Temp_Buf[0],
|
||||
data.object_instance,
|
||||
data.object_property, data.array_index, &error_class,
|
||||
&error_code);
|
||||
if (len >= 0) {
|
||||
|
||||
Reference in New Issue
Block a user