소스 검색

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

Bernard Xiong 10 년 전
부모
커밋
90e95eca54
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components.c

+ 2 - 0
src/init.c → src/components.c

@@ -25,6 +25,8 @@
  * 2013-06-23     Bernard      Add the init_call for components initialization.
  * 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-0504      Bernard      Rename it to components.c because compiling issue 
+ *                             in some IDEs.
  */
 
 #include <rtthread.h>