]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/z180-serv.c
Version 0.6.7.1
[z180-stamp.git] / avr / z180-serv.c
index d8e412f871dc4bc1db5a4d0a140399aa94e0a8ac..25ffc9cbd836dda44212c55ad6345ed71adc9f18 100644 (file)
@@ -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)