We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5990e commit 6a93dd4Copy full SHA for 6a93dd4
1 file changed
ports/stm/boards/STM32F746xG_fs.ld
@@ -1,8 +1,10 @@
1
-// This file is part of the CircuitPython project: https://circuitpython.org
2
-//
3
-// SPDX-FileCopyrightText: Copyright (c) 2020 Mark Olsson <mark@markolsson.se>
4
5
-// SPDX-License-Identifier: MIT
+/*
+ * This file is part of the CircuitPython project: https://circuitpython.org
+ *
+ * SPDX-FileCopyrightText: Copyright (c) 2020 Mark Olsson <mark@markolsson.se>
6
+ * SPDX-License-Identifier: MIT
7
+ */
8
9
/* Entry Point */
10
ENTRY(Reset_Handler)
0 commit comments