Fixed Object type list length for protocol-revision 24. (#684)
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@
|
||||
#elif (BACNET_PROTOCOL_REVISION == 24)
|
||||
/* Addendum 135-2020ca, 135-2020cc, 135-2020bv */
|
||||
#define MAX_ASHRAE_OBJECT_TYPE 65
|
||||
#define MAX_BACNET_SERVICES_SUPPORTED 47
|
||||
#define MAX_BACNET_SERVICES_SUPPORTED 49
|
||||
#else
|
||||
#error MAX_ASHRAE_OBJECT_TYPE and MAX_BACNET_SERVICES_SUPPORTED not defined!
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user