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:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user