From f4a7b19d914488d8975c274893d5d0e860fa6f64 Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 3 Jun 2010 14:03:51 +0000 Subject: [PATCH] Incremented BACnet Revision number to 10 due to the inclusion of the 2008 Addendum W objects. --- bacnet-stack/include/bacdef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/include/bacdef.h b/bacnet-stack/include/bacdef.h index da6e62a5..8428fe3a 100644 --- a/bacnet-stack/include/bacdef.h +++ b/bacnet-stack/include/bacdef.h @@ -47,7 +47,7 @@ /* This stack implements this version of BACnet */ #define BACNET_PROTOCOL_VERSION 1 -#define BACNET_PROTOCOL_REVISION 5 +#define BACNET_PROTOCOL_REVISION 10 /* largest BACnet Instance Number */ /* Also used as a device instance number wildcard address */ @@ -63,7 +63,7 @@ #define BACNET_MAX_PRIORITY 16 #define BACNET_BROADCAST_NETWORK 0xFFFF -/* Any size MAC address should be allowed which is less than or +/* Any size MAC address should be allowed which is less than or equal to 7 bytes. The IPv6 addresses are planned to be handled outside this area. */ /* FIXME: mac[] only needs to be as big as our local datalink MAC */