summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo C2016-06-01 22:34:11 +0200
committerLeo C2016-06-01 22:34:11 +0200
commitd64e55f23b1e865c51ab27c034c4698267f05e76 (patch)
treee11a893953d672b4099ec55cc2178d1af5fc43e9
parente34ae6198426a0fd0186b29f8518a914dcb1a94c (diff)
downloadz180-stamp-d64e55f23b1e865c51ab27c034c4698267f05e76.zip
Version 0.6.7.1hexrel-6.7.1
-rw-r--r--avr/z180-serv.c2
-rw-r--r--include/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/avr/z180-serv.c b/avr/z180-serv.c
index d8e412f..25ffc9c 100644
--- a/avr/z180-serv.c
+++ b/avr/z180-serv.c
@@ -24,7 +24,7 @@
#include "bcd.h"
#include "rtc.h"
-#define DEBUG_CPM_SDIO 1 /* set to 1 to debug */
+#define DEBUG_CPM_SDIO 0 /* set to 1 to debug */
#define debug_cpmsd(fmt, args...) \
debug_cond(DEBUG_CPM_SDIO, fmt, ##args)
diff --git a/include/config.h b/include/config.h
index d0a1b31..1f6e5ac 100644
--- a/include/config.h
+++ b/include/config.h
@@ -8,7 +8,7 @@
#define CONFIG_H
/* Version */
-#define VERSION "0.6.6.1"
+#define VERSION "0.6.7.1"
/* Environment variables */