aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2019-07-31 21:41:47 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2019-07-31 21:41:47 -0500
commita534b22549d95854ded9d465269d6fa5460e80d3 (patch)
tree6891e5855d32b93b4bda82890df1634929554789 /conf.h
parentbf173a814803310b77da3e0d9ef3d0c345421789 (diff)
Comment DEBUG definition.
Diffstat (limited to 'conf.h')
-rwxr-xr-xconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.h b/conf.h
index cbf5468..3e69157 100755
--- a/conf.h
+++ b/conf.h
@@ -14,7 +14,7 @@
// Use internal crystal at 8MHz
#define _XTAL_FREQ 20000000
-#define DEBUG 1
+//#define DEBUG 1
// Define baud rate of 9600
#define Baud_rate 9600