diff options
| author | Michael Brown | 2006-06-11 03:55:12 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-06-11 03:55:12 +0200 |
| commit | 55bb40c39afd94bc0c0005b3b7da947b943488da (patch) | |
| tree | 40ff535cbf41461ebb37d7b1f6c3e5140b5bb5dd /src | |
| parent | Added null trap code for debugging. (Must be included by adding (diff) | |
| download | ipxe-55bb40c39afd94bc0c0005b3b7da947b943488da.tar.gz ipxe-55bb40c39afd94bc0c0005b3b7da947b943488da.tar.xz ipxe-55bb40c39afd94bc0c0005b3b7da947b943488da.zip | |
Fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index c1293b805..7dfba144f 100644 --- a/src/config.h +++ b/src/config.h @@ -42,7 +42,7 @@ */ #undef COMPRESERVE -#ifdef COMPRESERVE +#ifndef COMPRESERVE #define COMSPEED 9600 /* Baud rate */ #define COMDATA 8 /* Data bits */ #define COMPARITY 0 /* Parity: 0=None, 1=Odd, 2=Even */ |
