Added test in MS/TP datalink for MAC Address in the Master Node range (0-127).

This commit is contained in:
skarg
2011-03-01 23:06:24 +00:00
parent 87f01dce22
commit db95a8d1dc
6 changed files with 100 additions and 86 deletions
+2 -2
View File
@@ -39,8 +39,8 @@
#define BACNET_VERSION(x,y,z) (((x)<<16)+((y)<<8)+(z))
#endif
#define BACNET_VERSION_TEXT "0.5.9"
#define BACNET_VERSION_CODE BACNET_VERSION(0,5,9)
#define BACNET_VERSION_TEXT "0.6.0"
#define BACNET_VERSION_CODE BACNET_VERSION(0,6,0)
#define BACNET_VERSION_MAJOR ((BACNET_VERSION_CODE>>16)&0xFF)
#define BACNET_VERSION_MINOR ((BACNET_VERSION_CODE>>8)&0xFF)
#define BACNET_VERSION_MAINTENANCE (BACNET_VERSION_CODE&0xFF)