We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01adbab commit 7a5edbaCopy full SHA for 7a5edba
src/kservice.c
@@ -541,7 +541,7 @@ void rt_show_version(void)
541
rt_kprintf("- RT - Thread Operating System\n");
542
rt_kprintf(" / | \\ %d.%d.%d build %s\n",
543
RT_VERSION, RT_SUBVERSION, RT_REVISION, __DATE__);
544
- rt_kprintf(" 2006 - 2020 Copyright by rt-thread team\n");
+ rt_kprintf(" 2006 - 2021 Copyright by rt-thread team\n");
545
}
546
RTM_EXPORT(rt_show_version);
547
0 commit comments