moved makefiles for demos into demo directory

This commit is contained in:
skarg
2006-01-24 15:30:39 +00:00
parent bfe6b59ebc
commit d779f10bcd
4 changed files with 3 additions and 139 deletions
+2 -2
View File
@@ -11,9 +11,9 @@
// 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
//#define MAX_APDU 50
//#define MAX_APDU 480
//#define MAX_APDU 1476
#define MAX_APDU 1476
// for confirmed messages, this is the number of transactions
// that we hold in a queue waiting for timeout.