diff options
| author | Michael Brown | 2005-04-17 18:16:02 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-17 18:16:02 +0200 |
| commit | de965fde644711705bf34bfec3da7818e07cffea (patch) | |
| tree | e32eca8d0bb5efe7433d8fcd8b844b88e1f70697 /src/core | |
| parent | Allow serial port options to be specified in a relatively friendly format. (diff) | |
| download | ipxe-de965fde644711705bf34bfec3da7818e07cffea.tar.gz ipxe-de965fde644711705bf34bfec3da7818e07cffea.tar.xz ipxe-de965fde644711705bf34bfec3da7818e07cffea.zip | |
Whoops
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/serial.c b/src/core/serial.c index 897d900b2..29be2216a 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 |
