summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */