From d64e55f23b1e865c51ab27c034c4698267f05e76 Mon Sep 17 00:00:00 2001 From: Leo C Date: Wed, 1 Jun 2016 22:34:11 +0200 Subject: [PATCH] Version 0.6.7.1 --- avr/z180-serv.c | 2 +- include/config.h | 2 +- 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 */ -- 2.39.2