Update kservice.c

Update year info from 2016 to 2017
This commit is contained in:
朱天龙 (Armink) 2017-04-14 14:55:35 +08:00 committed by GitHub
parent 56fbe947be
commit c3c26baf6f
1 changed files with 1 additions and 1 deletions

View File

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