Browse Source

add RT_DEBUG option.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1342 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong@gmail.com 14 years ago
parent
commit
ab5594273a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/lm3s/rtconfig.h

+ 1 - 1
bsp/lm3s/rtconfig.h

@@ -16,7 +16,7 @@
 
 
 /* SECTION: RT_DEBUG */
 /* SECTION: RT_DEBUG */
 /* Thread Debug*/
 /* Thread Debug*/
-/* #define RT_DEBUG*/
+#define RT_DEBUG
 /* #define RT_THREAD_DEBUG */
 /* #define RT_THREAD_DEBUG */
 
 
 /* Using Hook*/
 /* Using Hook*/