disable show version

This commit is contained in:
chinky 2024-07-27 16:25:07 +08:00
parent 14fb55933b
commit 40e238b1dc
1 changed files with 2 additions and 1 deletions

View File

@ -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();