From 25b4979a28d7422d2f546daf34aedd48e91af855 Mon Sep 17 00:00:00 2001 From: skarg Date: Mon, 10 Mar 2008 20:45:41 +0000 Subject: [PATCH] Shorted the device name to give me a few more bytes. --- bacnet-stack/ports/atmega168/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/ports/atmega168/device.c b/bacnet-stack/ports/atmega168/device.c index f6a9e8c4..a31fddd6 100644 --- a/bacnet-stack/ports/atmega168/device.c +++ b/bacnet-stack/ports/atmega168/device.c @@ -50,7 +50,7 @@ The properties that are constant can be hard coded into the read-property encoding. */ static uint32_t Object_Instance_Number = 260001; -static char Object_Name[32] = "ATmega168 Device"; +static char Object_Name[20] = "My Device"; static BACNET_DEVICE_STATUS System_Status = STATUS_OPERATIONAL; void Device_Init(