From be315cc3928ae44d3d9802b7cb0ed64d65b323c6 Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 4 Apr 2008 16:00:08 +0000 Subject: [PATCH] Changed the default APDU size to reduce stack requirements. --- bacnet-stack/ports/atmega168/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/ports/atmega168/Makefile b/bacnet-stack/ports/atmega168/Makefile index 508ebdd6..898e3c93 100644 --- a/bacnet-stack/ports/atmega168/Makefile +++ b/bacnet-stack/ports/atmega168/Makefile @@ -97,7 +97,7 @@ OPTIMIZATION = -Os $(OPTIMIZE_FLAGS) ## Compile options common for all C compilation units. BFLAGS = -DBACDL_MSTP -BFLAGS += -DMAX_APDU=128 +BFLAGS += -DMAX_APDU=50 BFLAGS += -DBIG_ENDIAN=0 BFLAGS += -DMAX_TSM_TRANSACTIONS=0 #BFLAGS += -DCRC_USE_TABLE