support a BACDL_CUSTOM datalink define which allows for externally linked datalink_xxx functions (#292)

Co-authored-by: jzimmen_jcplc <nathan.m.zimmerman@jci.com>
This commit is contained in:
jci-zimm
2022-06-13 13:22:16 -05:00
committed by GitHub
parent ff6fcf456c
commit 9615327a9a
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -37,7 +37,8 @@
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_NONE))
defined(BACDL_TEST) || defined(BACDL_ALL) || defined(BACDL_NONE) || \
defined(BACDL_CUSTOM))
#define BACDL_BIP
#endif