From 6c89924df793c1daa084bb11350d141060cf36cd Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 23 Aug 2011 20:19:44 +0000 Subject: [PATCH] Converted all the BACnet-array-index variables from int32 to uint32 as they were intended. --- bacnet-stack/ports/atmega168/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/ports/atmega168/device.h b/bacnet-stack/ports/atmega168/device.h index 6516d6bc..d0d45609 100644 --- a/bacnet-stack/ports/atmega168/device.h +++ b/bacnet-stack/ports/atmega168/device.h @@ -153,7 +153,7 @@ extern "C" { uint8_t * apdu, uint32_t object_instance, BACNET_PROPERTY_ID property, - int32_t array_index, + uint32_t array_index, BACNET_ERROR_CLASS * error_class, BACNET_ERROR_CODE * error_code);