summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2006-06-11 03:55:12 +0200
committerMichael Brown2006-06-11 03:55:12 +0200
commit55bb40c39afd94bc0c0005b3b7da947b943488da (patch)
tree40ff535cbf41461ebb37d7b1f6c3e5140b5bb5dd /src/config.h
parentAdded null trap code for debugging. (Must be included by adding (diff)
downloadipxe-55bb40c39afd94bc0c0005b3b7da947b943488da.tar.gz
ipxe-55bb40c39afd94bc0c0005b3b7da947b943488da.tar.xz
ipxe-55bb40c39afd94bc0c0005b3b7da947b943488da.zip
Fix typo
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index c1293b80..7dfba144 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 */