From 24ef4ada2d031089769b01ef7f7a8e8413e751a0 Mon Sep 17 00:00:00 2001 From: skarg Date: Sat, 6 Jul 2013 23:19:50 +0000 Subject: [PATCH] fixed function where common prototype was added --- bacnet-stack/ports/bdk-atxx4-mstp/bo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/ports/bdk-atxx4-mstp/bo.c b/bacnet-stack/ports/bdk-atxx4-mstp/bo.c index f6414bf2..c5e23c52 100644 --- a/bacnet-stack/ports/bdk-atxx4-mstp/bo.c +++ b/bacnet-stack/ports/bdk-atxx4-mstp/bo.c @@ -210,7 +210,7 @@ BACNET_POLARITY Binary_Output_Polarity( return polarity; } -static void Binary_Output_Out_Of_Service_Set( +void Binary_Output_Out_Of_Service_Set( uint32_t instance, bool flag) {