From 16a583d7fd057c3ebcb859db44f097fd8073ec49 Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 27 Oct 2012 03:07:37 +0900 Subject: Fix usage of debug flag --- common/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/print.c') diff --git a/common/print.c b/common/print.c index 6a8a725bc..d8a899b40 100644 --- a/common/print.c +++ b/common/print.c @@ -31,7 +31,7 @@ int8_t (*print_sendchar_func)(uint8_t) = 0; -bool print_enable = false; +bool print_enable = true; /* print string stored in data memory(SRAM) -- cgit v1.2.3