Updated some Device_Init functions.

This commit is contained in:
skarg
2011-10-04 15:57:40 +00:00
parent 9c1f651458
commit 3641e7b40c
4 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -47,8 +47,9 @@ static char *Object_Name = "My Device";
static BACNET_DEVICE_STATUS System_Status = STATUS_OPERATIONAL;
void Device_Init(
void)
object_functions_t * object_table)
{
(void)object_table;
/* Reinitialize_State = BACNET_REINIT_IDLE; */
/* dcc_set_status_duration(COMMUNICATION_ENABLE, 0); */
/* FIXME: Get the data from the eeprom */