Fixed datalink environment for BIP6 foreign device registration for the example apps. (#884)

This commit is contained in:
Steve Karg
2025-01-03 09:43:58 -06:00
committed by GitHub
parent 788d31902e
commit 1f41e2c933
+1 -1
View File
@@ -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;