From: Leo C Date: Wed, 1 Jun 2016 20:34:11 +0000 (+0200) Subject: Version 0.6.7.1 X-Git-Tag: hexrel-6.7.1 X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/commitdiff_plain/refs/tags/hexrel-6.7.1 Version 0.6.7.1 --- 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 */