Add ability to compile with BACNET_PROTOCOL_REVISION<17 (#862)
This commit is contained in:
@@ -918,6 +918,8 @@ void dlenv_init(void)
|
|||||||
tsm_invokeID_set((uint8_t)strtol(pEnv, NULL, 0));
|
tsm_invokeID_set((uint8_t)strtol(pEnv, NULL, 0));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#if (BACNET_PROTOCOL_REVISION >= 17)
|
||||||
dlenv_network_port_init();
|
dlenv_network_port_init();
|
||||||
|
#endif
|
||||||
dlenv_register_as_foreign_device();
|
dlenv_register_as_foreign_device();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user