Philippe G 3 년 전
부모
커밋
f613da5356
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/targets/init.c

+ 1 - 1
components/targets/init.c

@@ -1,3 +1,3 @@
-# weak should do the job but it does not
+// weak should do the job but it does not...
  __attribute__((weak)) void target_init(void) { 
 }