Skip to content

Commit c1587b8

Browse files
voltur01mplatings
authored andcommitted
Remove SystemInit() that was used by newlib
1 parent ed96d9f commit c1587b8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

samples/src/baremetal-semihosting/hello.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ int main(void) {
44
printf("Hello World!\n");
55
return 0;
66
}
7-
8-
void SystemInit() {}

samples/src/cpp-baremetal-semihosting/hello.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@ int main(void) {
1313

1414
return 0;
1515
}
16-
17-
extern "C" {
18-
void SystemInit() {}
19-
}

0 commit comments

Comments
 (0)