From 9b6b4b31e8cb284ad6a68fe16d458e36bbfb46fa Mon Sep 17 00:00:00 2001 From: Leo C Date: Sun, 27 Jul 2014 23:23:07 +0200 Subject: First real hardware test. --- avr/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avr/debug.h') diff --git a/avr/debug.h b/avr/debug.h index c341301..ea67a99 100644 --- a/avr/debug.h +++ b/avr/debug.h @@ -6,7 +6,7 @@ #ifdef DEBUG #define DBG_P(lvl, format, ...) if (DEBUG>=lvl) \ - fprintf_P( stderr, PSTR(format), ##__VA_ARGS__ ) + fprintf_P( stdout, PSTR(format), ##__VA_ARGS__ ) #else #define DBG_P(lvl, ...) #endif -- cgit v1.2.3