Fix BACnet/IP builds for BBMD clients without BBMD tables. (#523)
* Fix BACnet/IP builds for BBMD clients without BBMD tables. * added BBMD=client to pipeline build --------- Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -47,6 +47,9 @@
|
||||
#if !defined(BBMD_ENABLED)
|
||||
#define BBMD_ENABLED 1
|
||||
#endif
|
||||
#if !defined(BBMD_CLIENT_ENABLED)
|
||||
#define BBMD_CLIENT_ENABLED 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* optional configuration for BACnet/IPv6 datalink layer */
|
||||
|
||||
Reference in New Issue
Block a user