From 09c3fdc0e545ee65a6249179cfa8d37eb05343c3 Mon Sep 17 00:00:00 2001 From: qiuyiuestc Date: Sat, 25 Sep 2010 16:38:00 +0000 Subject: [PATCH] update module git-svn-id: https://rt-thread.googlecode.com/svn/trunk@950 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- src/module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module.c b/src/module.c index a4d25b5672..caf92e19b5 100644 --- a/src/module.c +++ b/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)