Add ability to compile with BACNET_PROTOCOL_REVISION<17 (#862)

This commit is contained in:
Jonathan
2024-11-27 03:17:27 +01:00
committed by GitHub
parent fd3be47d86
commit 8c82dbb76c
+2
View File
@@ -918,6 +918,8 @@ void dlenv_init(void)
tsm_invokeID_set((uint8_t)strtol(pEnv, NULL, 0));
}
#endif
#if (BACNET_PROTOCOL_REVISION >= 17)
dlenv_network_port_init();
#endif
dlenv_register_as_foreign_device();
}