From de965fde644711705bf34bfec3da7818e07cffea Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 17 Apr 2005 16:16:02 +0000 Subject: [PATCH] Whoops --- src/core/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/serial.c b/src/core/serial.c index 897d900b..29be2216 100644 --- a/src/core/serial.c +++ b/src/core/serial.c @@ -33,7 +33,7 @@ #endif #ifndef COMPARITY -#define COMPARITY N +#define COMPARITY 0 #endif #ifndef COMSTOP