소스 검색

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 년 전
부모
커밋
ab5594273a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/lm3s/rtconfig.h

+ 1 - 1
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*/