Made the TSM portion optional via a #define (set in the makefile) so that simple server could be compiled without it.

This commit is contained in:
skarg
2006-01-23 13:06:01 +00:00
parent 427eb31e8d
commit 22db53dd00
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -69,7 +69,6 @@ void apdu_set_unrecognized_service_handler_handler(
static unconfirmed_function
Unconfirmed_Function[MAX_BACNET_UNCONFIRMED_SERVICE] =
{
iam_handler,
NULL
};