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) { 
 }