Fixed Object type list length for protocol-revision 24. (#684)

This commit is contained in:
GauiStori
2024-07-03 20:14:26 +02:00
committed by GitHub
parent cb4f675e39
commit 0634028368
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -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