refactored the custom config settings.

This commit is contained in:
skarg
2005-03-16 18:02:16 +00:00
parent 63657d29c8
commit 6acf3fdc29
5 changed files with 94 additions and 24 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifdef CONFIG_H
#define CONFIG_H
// Max number of bytes in an APDU.
// Typical sizes are 50, 128, 206, 480, 1024, and 1476 octets
// This is used in constructing messages and to tell others our limits
// 50 is the minimum; adjust to your memory and physical layer constraints
// Lon=206, MS/TP=480, ARCNET=480, Ethernet=1476
#define MAX_APDU 50
#endif