Corrected device function list NULL functions.
This commit is contained in:
@@ -100,7 +100,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}
|
||||
};
|
||||
|
||||
/** Buffer used for receiving */
|
||||
|
||||
Reference in New Issue
Block a user