4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-03-02 19:05:28 +08:00

[Kernel] Rename init.c to components.c in kernel to avoid same file name issue.

This commit is contained in:
Bernard Xiong 2015-05-04 20:38:22 +08:00
parent dcc6e39816
commit 90e95eca54

View File

@ -25,6 +25,8 @@
* 2013-06-23 Bernard Add the init_call for components initialization. * 2013-06-23 Bernard Add the init_call for components initialization.
* 2013-07-05 Bernard Remove initialization feature for MS VC++ compiler * 2013-07-05 Bernard Remove initialization feature for MS VC++ compiler
* 2015-02-06 Bernard Remove the MS VC++ support and move to the kernel * 2015-02-06 Bernard Remove the MS VC++ support and move to the kernel
* 2015-0504 Bernard Rename it to components.c because compiling issue
* in some IDEs.
*/ */
#include <rtthread.h> #include <rtthread.h>