Corrected device function list NULL functions.

This commit is contained in:
skarg
2011-05-25 21:34:19 +00:00
parent 8da85f6c79
commit 05ddcf93c5
16 changed files with 32 additions and 16 deletions
+2 -1
View File
@@ -82,7 +82,8 @@ static object_functions_t Object_Table[] = {
#if defined(BACFILE)
{FILE_OBJ_FUNCTIONS},
#endif
{MAX_BACNET_OBJECT_TYPE, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL},
{MAX_BACNET_OBJECT_TYPE, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL}
};
/** @file server/main.c Example server application using the BACnet Stack. */