Corrected comments.

This commit is contained in:
skarg
2009-07-24 16:18:48 +00:00
parent 1d612f573d
commit 0e5a1cee0a
2 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -67,8 +67,14 @@
/* Lon=206, MS/TP=480, ARCNET=480, Ethernet=1476, BACnet/IP=64K */
#if !defined(MAX_APDU)
/* #define MAX_APDU 50 */
#define MAX_APDU 480
/* #define MAX_APDU 1476 */
#if defined(BACDL_BIP)
#define MAX_APDU 16383
#elif defined (BACDL_ETHERNET)
#define MAX_APDU 1476
#else
#define MAX_APDU 480
#endif
#endif
/* for confirmed messages, this is the number of transactions */