Merge pull request #3363 from armink/fix-kservice
Update show version info.
This commit is contained in:
commit
e7af915cf2
|
@ -538,7 +538,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 - 2019 Copyright by rt-thread team\n");
|
rt_kprintf(" 2006 - 2020 Copyright by rt-thread team\n");
|
||||||
}
|
}
|
||||||
RTM_EXPORT(rt_show_version);
|
RTM_EXPORT(rt_show_version);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue