]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Fix typo
authorMichael Brown <mcb30@etherboot.org>
Sun, 11 Jun 2006 01:55:12 +0000 (01:55 +0000)
committerMichael Brown <mcb30@etherboot.org>
Sun, 11 Jun 2006 01:55:12 +0000 (01:55 +0000)
src/config.h

index c1293b80502423c3bcc535b3f9cc949d7e21879c..7dfba144f521abdfd71318a6fc29ba3fdb09243a 100644 (file)
@@ -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 */