浏览代码

update module

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@950 bbd45198-f89e-11dd-88c7-29a3b14d5316
qiuyiuestc 14 年之前
父节点
当前提交
09c3fdc0e5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/module.c

+ 2 - 2
src/module.c

@@ -19,8 +19,8 @@
 #include "string.h"
 #include "kservice.h"
 
-#define RT_MODULE_DEBUG
-/* #ifdef RT_USING_MODULE */
+/* #define RT_MODULE_DEBUG */
+#ifdef RT_USING_MODULE
 #include "module.h"
 
 #define elf_module 		((Elf32_Ehdr *)module_ptr)