Merged revision(s) 3160 from branches/releases/bacnet-stack-0-8-0:

Added BACDL_NONE for testing without a physical datalink.
........
This commit is contained in:
skarg
2018-12-05 23:58:23 +00:00
parent 212dca46da
commit 755f5087ef
3 changed files with 51 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
see datalink.h for possible defines. */
#if !(defined(BACDL_ETHERNET) || defined(BACDL_ARCNET) || \
defined(BACDL_MSTP) || defined(BACDL_BIP) || defined(BACDL_BIP6) || \
defined(BACDL_TEST) || defined(BACDL_ALL))
defined(BACDL_TEST) || defined(BACDL_ALL) || defined(BACDL_NONE))
#define BACDL_BIP
#endif