Changed the default APDU size to reduce stack requirements.

This commit is contained in:
skarg
2008-04-04 16:00:08 +00:00
parent 7f6df4a69b
commit be315cc392
+1 -1
View File
@@ -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