We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed96d9f commit c1587b8Copy full SHA for c1587b8
samples/src/baremetal-semihosting/hello.c
@@ -4,5 +4,3 @@ int main(void) {
4
printf("Hello World!\n");
5
return 0;
6
}
7
-
8
-void SystemInit() {}
samples/src/cpp-baremetal-semihosting/hello.cpp
@@ -13,7 +13,3 @@ int main(void) {
13
14
15
16
17
-extern "C" {
18
19
-}
0 commit comments