disable show version
This commit is contained in:
parent
14fb55933b
commit
40e238b1dc
|
@ -248,8 +248,9 @@ int rtthread_startup(void)
|
|||
rt_hw_board_init();
|
||||
|
||||
/* show RT-Thread version */
|
||||
#if 0
|
||||
rt_show_version();
|
||||
|
||||
#endif /* 0 */
|
||||
/* timer system initialization */
|
||||
rt_system_timer_init();
|
||||
|
||||
|
|
Loading…
Reference in New Issue