diff --git a/src/bacnet.c b/src/bacnet.c index 37643bc..e95a33e 100644 --- a/src/bacnet.c +++ b/src/bacnet.c @@ -355,6 +355,10 @@ static object_functions_t SUPPORTED_OBJECT_TABLE[] = { .Object_Delete = NULL, .Object_Timer = NULL, }, + { + // Sentinel value to terminate the list. + .Object_Type = MAX_BACNET_OBJECT_TYPE + } }; static int init_service_handlers()