From af6490c6cd566b84c08fabf610a021d047615ef5 Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 1 Jan 2008 22:12:18 +0000 Subject: [PATCH] Corrected compile error. --- bacnet-stack/demo/object/bi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/demo/object/bi.c b/bacnet-stack/demo/object/bi.c index feb1b6e2..86510cbc 100644 --- a/bacnet-stack/demo/object/bi.c +++ b/bacnet-stack/demo/object/bi.c @@ -174,6 +174,7 @@ bool Binary_Input_Change_Of_Value( uint32_t object_instance) { bool status = false; + unsigned index; index = Binary_Input_Instance_To_Index(object_instance); if (index < MAX_BINARY_INPUTS) {