summaryrefslogtreecommitdiffstats
path: root/src/core/serial.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-17 18:16:02 +0200
committerMichael Brown2005-04-17 18:16:02 +0200
commitde965fde644711705bf34bfec3da7818e07cffea (patch)
treee32eca8d0bb5efe7433d8fcd8b844b88e1f70697 /src/core/serial.c
parentAllow serial port options to be specified in a relatively friendly format. (diff)
downloadipxe-de965fde644711705bf34bfec3da7818e07cffea.tar.gz
ipxe-de965fde644711705bf34bfec3da7818e07cffea.tar.xz
ipxe-de965fde644711705bf34bfec3da7818e07cffea.zip
Whoops
Diffstat (limited to 'src/core/serial.c')
-rw-r--r--src/core/serial.c2
1 files changed, 1 insertions, 1 deletions
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