FIX: #endif out of position.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@959 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
mbbill 2010-09-26 14:12:17 +00:00
parent 09c3fdc0e5
commit a2055ef63a
1 changed files with 4 additions and 3 deletions

View File

@ -122,10 +122,11 @@ void rt_thread_idle_excute(void)
/* unload module */
rt_module_unload(module);
}
}
}
#endif //RT_USING_MODULE
}
#endif
#endif
#endif //RT_USING_HEAP
}
static void rt_thread_idle_entry(void* parameter)