Changed precompiler defines which confused the PIC18 compiler.

This commit is contained in:
skarg
2006-09-01 18:34:32 +00:00
parent fd308f9f9e
commit 8e864e4e08
-3
View File
@@ -48,9 +48,6 @@
#include "dlmstp.h"
#elif defined(BACDL_BIP)
#include "bip.h"
#else
#define MAX_HEADER (1 + 1 + 2)
#define MAX_MPDU (MAX_HEADER+MAX_PDU)
#endif
#ifdef __cplusplus