made the datalink generic while adding datalink for MS/TP

This commit is contained in:
skarg
2005-06-30 21:31:00 +00:00
parent 2d5264446e
commit ff1dbe83b0
5 changed files with 54 additions and 32 deletions
+1 -4
View File
@@ -40,10 +40,7 @@
#include <stdint.h>
#include <stdbool.h>
#include "bacdef.h"
// defines specific to MS/TP
#define MAX_HEADER (2+1+1+1+2+1+2+1)
#define MAX_MPDU (MAX_HEADER+MAX_PDU)
#include "dlmstp.h"
// The value 255 is used to denote broadcast when used as a
// destination address but is not allowed as a value for a station.