【优化】在代码中移除 rt_system_object_init/rt_system_tick_init 的调用。

This commit is contained in:
guozhanxin
2020-11-23 11:36:04 +08:00
parent ad8d95b1c4
commit a22decb71b
38 changed files with 2 additions and 229 deletions

View File

@@ -21,12 +21,6 @@
* - show version
* rt_show_version();
*
* - initialize system tick
* rt_system_tick_init();
*
* - initialize kernel object [deprecated]
* rt_system_object_init();
*
* - initialize timer system
* rt_system_timer_init();
*