From 1f8a8b6f840ca357bae36ff3362d2d88588de024 Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 19 Oct 2007 03:26:43 +0000 Subject: [PATCH] Slimming down the Atmel AVR port. --- bacnet-stack/ports/atmega168/dlmstp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/ports/atmega168/dlmstp.c b/bacnet-stack/ports/atmega168/dlmstp.c index d7034301..9fc4453e 100644 --- a/bacnet-stack/ports/atmega168/dlmstp.c +++ b/bacnet-stack/ports/atmega168/dlmstp.c @@ -43,6 +43,7 @@ #include "npdu.h" #include "bits.h" #include "bacaddr.h" +/* special optimization - I-Am response in this module */ #include "iam.h" #include "txbuf.h"