Added ifdef to allow outside configuration of MAX COV SUBSCRIPTIONS.

This commit is contained in:
skarg
2011-03-12 12:08:46 +00:00
parent 4021eccb7e
commit 2371f4ea53
+2
View File
@@ -68,7 +68,9 @@ typedef struct BACnet_COV_Subscription {
bool send_requested;
} BACNET_COV_SUBSCRIPTION;
#ifndef MAX_COV_SUBCRIPTIONS
#define MAX_COV_SUBCRIPTIONS 32
#endif
static BACNET_COV_SUBSCRIPTION COV_Subscriptions[MAX_COV_SUBCRIPTIONS];
/*