[src/kservice.c] 更新打印提示時間信息

This commit is contained in:
iysheng 2021-01-04 14:22:58 +08:00
parent 01adbab9b7
commit 7a5edbaabd
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ void rt_show_version(void)
rt_kprintf("- RT - Thread Operating System\n"); rt_kprintf("- RT - Thread Operating System\n");
rt_kprintf(" / | \\ %d.%d.%d build %s\n", rt_kprintf(" / | \\ %d.%d.%d build %s\n",
RT_VERSION, RT_SUBVERSION, RT_REVISION, __DATE__); RT_VERSION, RT_SUBVERSION, RT_REVISION, __DATE__);
rt_kprintf(" 2006 - 2020 Copyright by rt-thread team\n"); rt_kprintf(" 2006 - 2021 Copyright by rt-thread team\n");
} }
RTM_EXPORT(rt_show_version); RTM_EXPORT(rt_show_version);