From 8f4b62b4c12ff15bacefc023751c326a1288f0b1 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 5 Jul 2010 02:01:10 +0200 Subject: [PATCH] Board: Comment out accidentally introduced DEBUG --- board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board.c b/board.c index fce7002..b7ccc8d 100644 --- a/board.c +++ b/board.c @@ -5,7 +5,7 @@ #include #include -#define DEBUG +//#define DEBUG #include "board.h" #include "debug.h" #include "mq.h" -- 2.11.4.GIT