Corrected bug in demo RP handler for Analog Outputs. Thank you to Paul Bremer!
This commit is contained in:
@@ -90,7 +90,7 @@ int Encode_Property_APDU(
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case OBJECT_ANALOG_OUTPUT:
|
case OBJECT_ANALOG_OUTPUT:
|
||||||
if (!Analog_Output_Valid_Instance(object_instance)) {
|
if (Analog_Output_Valid_Instance(object_instance)) {
|
||||||
apdu_len = Analog_Output_Encode_Property_APDU(
|
apdu_len = Analog_Output_Encode_Property_APDU(
|
||||||
&apdu[0],
|
&apdu[0],
|
||||||
object_instance,
|
object_instance,
|
||||||
|
|||||||
Reference in New Issue
Block a user