Philippe G 3 gadi atpakaļ
vecāks
revīzija
f613da5356
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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) { 
 }