Fixed datalink environment for BIP6 foreign device registration for the example apps. (#884)
This commit is contained in:
@@ -348,7 +348,7 @@ int dlenv_register_as_foreign_device(void)
|
||||
{
|
||||
#if defined(BACDL_BIP) && BBMD_ENABLED
|
||||
return bbmd_register_as_foreign_device();
|
||||
#elif defined(BACDL_BIP) && BBMD_ENABLED
|
||||
#elif defined(BACDL_BIP6) && BBMD6_ENABLED
|
||||
return bbmd6_register_as_foreign_device();
|
||||
#else
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user