From bfb5859a44f4ce0a391e7f0b827327d2bbc7d63b Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 30 Mar 2007 20:17:36 +0000 Subject: [PATCH] cleaned up errant comments. --- bacnet-stack/config.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bacnet-stack/config.h b/bacnet-stack/config.h index 1c0233f3..42251dd0 100644 --- a/bacnet-stack/config.h +++ b/bacnet-stack/config.h @@ -1,11 +1,8 @@ #ifndef CONFIG_H #define CONFIG_H -/* declare a single physical layer */ -/*#include "bip.h" */ -/*#include "ethernet.h" */ -/*#include "arcnet.h" */ -/*#include "mstp.h" */ +/* declare a single physical layer using your compiler define. + see datalink.h for possible defines. */ /* Max number of bytes in an APDU. */ /* Typical sizes are 50, 128, 206, 480, 1024, and 1476 octets */