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:
parent
09c3fdc0e5
commit
a2055ef63a
|
@ -122,10 +122,11 @@ void rt_thread_idle_excute(void)
|
||||||
/* unload module */
|
/* unload module */
|
||||||
rt_module_unload(module);
|
rt_module_unload(module);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif //RT_USING_MODULE
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#endif
|
#endif //RT_USING_HEAP
|
||||||
}
|
}
|
||||||
|
|
||||||
static void rt_thread_idle_entry(void* parameter)
|
static void rt_thread_idle_entry(void* parameter)
|
||||||
|
|
Loading…
Reference in New Issue