From ab5594273aeb6468abad016c96c8411febedbc09 Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Wed, 23 Mar 2011 12:55:18 +0000 Subject: [PATCH] add RT_DEBUG option. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1342 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/lm3s/rtconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/lm3s/rtconfig.h b/bsp/lm3s/rtconfig.h index fcaa9ea7a5..2373f86949 100644 --- a/bsp/lm3s/rtconfig.h +++ b/bsp/lm3s/rtconfig.h @@ -16,7 +16,7 @@ /* SECTION: RT_DEBUG */ /* Thread Debug*/ -/* #define RT_DEBUG*/ +#define RT_DEBUG /* #define RT_THREAD_DEBUG */ /* Using Hook*/ -- GitLab