[BSP] disable module feature under simulator for Linux

This commit is contained in:
Bernard Xiong 2015-10-02 08:16:15 +08:00
parent d2ec1f3eaa
commit a65ee8ac45
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ static void set_stty(void)
tcsetattr(STDIN_FILENO, TCSANOW, &newt);
}
static void restore_stty(void)
void restore_stty(void)
{
/* recover terminal's attribute */
tcsetattr(STDIN_FILENO, TCSANOW, &oldt);

View File

@ -99,7 +99,7 @@
// <bool name="RT_USING_PTHREADS" description="Using POSIX threads library" default="true" />
// #define RT_USING_PTHREADS
// <bool name="RT_USING_MODULE" description="Enable Moudle Application" default="true" />
#define RT_USING_MODULE
// #define RT_USING_MODULE
// </section>
// <section name="RT_USING_DFS" description="Device file system" default="true" >