Sync some handler fixes and demo object fixes and updates and some comment fixes from branch bacnet-stack-0-8-0.

This commit is contained in:
skarg
2016-09-08 15:29:32 +00:00
parent 415475ba1f
commit 456c0ed42c
9 changed files with 111 additions and 108 deletions
+3 -4
View File
@@ -100,10 +100,9 @@ void Analog_Value_Property_Lists(
void Analog_Value_Init(
void)
{
#if defined(INTRINSIC_REPORTING)
unsigned i, j;
#else
unsigned i;
#if defined(INTRINSIC_REPORTING)
unsigned j;
#endif
for (i = 0; i < MAX_ANALOG_VALUES; i++) {
@@ -247,7 +246,7 @@ int Analog_Value_Read_Property(
ANALOG_VALUE_DESCR *CurrentAV;
#if defined(INTRINSIC_REPORTING)
int len = 0;
unsigned int i = 0;
unsigned i = 0;
#endif
if ((rpdata == NULL) || (rpdata->application_data == NULL) ||