Corrected Analog Output demo object priority parameter consistency. Thank you piotrek ( bacpack )! Sourceforge.net bug ID: 2782204.
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
#include "bacapp.h"
|
#include "bacapp.h"
|
||||||
#include "config.h" /* the custom stuff */
|
#include "config.h" /* the custom stuff */
|
||||||
#include "wp.h"
|
#include "wp.h"
|
||||||
|
#include "ao.h"
|
||||||
|
|
||||||
#define MAX_ANALOG_OUTPUTS 4
|
#define MAX_ANALOG_OUTPUTS 4
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ extern "C" {
|
|||||||
unsigned priority);
|
unsigned priority);
|
||||||
bool Analog_Output_Present_Value_Relinquish(
|
bool Analog_Output_Present_Value_Relinquish(
|
||||||
uint32_t object_instance,
|
uint32_t object_instance,
|
||||||
int priority);
|
unsigned priority);
|
||||||
|
|
||||||
|
|
||||||
int Analog_Output_Encode_Property_APDU(
|
int Analog_Output_Encode_Property_APDU(
|
||||||
|
|||||||
Reference in New Issue
Block a user