diff --git a/bacnet-stack/tsm.h b/bacnet-stack/tsm.h index f4cac4b5..c6a4afb7 100644 --- a/bacnet-stack/tsm.h +++ b/bacnet-stack/tsm.h @@ -42,6 +42,9 @@ /* note: TSM functionality is optional - only needed if we are doing client requests */ +#ifndef TSM_ENABLED + #define TSM_ENABLED 0 +#endif #if (!TSM_ENABLED) #define tsm_free_invoke_id(x) (void)x; #else