ls1b: cleanup code

This commit is contained in:
Grissiom 2014-05-29 12:35:17 +08:00
parent 6f53402e03
commit 2c5cfe4bcf
2 changed files with 3 additions and 8 deletions

View File

@ -85,7 +85,7 @@ void rtthread_startup(void)
rt_system_scheduler_start(); rt_system_scheduler_start();
/* never reach here */ /* never reach here */
return ; return;
} }
/*@}*/ /*@}*/

View File

@ -13,14 +13,9 @@ if os.getenv('RTT_CC'):
if CROSS_TOOL == 'gcc': if CROSS_TOOL == 'gcc':
PLATFORM = 'gcc' PLATFORM = 'gcc'
EXEC_PATH = 'C:/Program Files/CodeSourcery/Sourcery_CodeBench_Lite_for_MIPS_ELF/bin' EXEC_PATH = 'C:/Program Files/CodeSourcery/Sourcery_CodeBench_Lite_for_MIPS_ELF/bin'
elif CROSS_TOOL == 'keil': else:
print '================ERROR============================' print '================ERROR============================'
print 'Not support keil yet!' print 'Not support %s yet!' % CROSS_TOOL
print '================================================='
exit(0)
elif CROSS_TOOL == 'iar':
print '================ERROR============================'
print 'Not support iar yet!'
print '=================================================' print '================================================='
exit(0) exit(0)