提交 2c5cfe4b 编写于 作者: G Grissiom

ls1b: cleanup code

上级 6f53402e
......@@ -85,7 +85,7 @@ void rtthread_startup(void)
rt_system_scheduler_start();
/* never reach here */
return ;
return;
}
/*@}*/
......@@ -13,14 +13,9 @@ if os.getenv('RTT_CC'):
if CROSS_TOOL == 'gcc':
PLATFORM = 'gcc'
EXEC_PATH = 'C:/Program Files/CodeSourcery/Sourcery_CodeBench_Lite_for_MIPS_ELF/bin'
elif CROSS_TOOL == 'keil':
print '================ERROR============================'
print 'Not support keil yet!'
print '================================================='
exit(0)
elif CROSS_TOOL == 'iar':
else:
print '================ERROR============================'
print 'Not support iar yet!'
print 'Not support %s yet!' % CROSS_TOOL
print '================================================='
exit(0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册