init.c 96 B

123
  1. // weak should do the job but it does not...
  2. __attribute__((weak)) void target_init(void) {
  3. }