From 280b1dd6b7ad59bf7f3ff4a61c3a7e171d572a26 Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 10 Aug 2006 20:50:49 +0000 Subject: [PATCH] Corrected compile error. --- bacnet-stack/ports/pic18/rs485.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/ports/pic18/rs485.c b/bacnet-stack/ports/pic18/rs485.c index 034479f1..132f77fe 100644 --- a/bacnet-stack/ports/pic18/rs485.c +++ b/bacnet-stack/ports/pic18/rs485.c @@ -49,7 +49,7 @@ static struct { /* Duplicate of the RCSTA reg used due to the double buffering of the */ /* fifo. Reading the RCREG reg will cause the second RCSTA reg to be */ -/* loaded if there is one. */ */ +/* loaded if there is one. */ struct _rcstabits { unsigned char RX9D:1; unsigned char OERR:1;