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
@@ -54,7 +54,8 @@
/* All included BACnet objects */
static object_functions_t Object_Table[] = {
{DEVICE_OBJ_FUNCTIONS},
{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}
};
/* buffer used for receive */