Skip to content

Commit 6a93dd4

Browse files
committed
fix .ld file
1 parent ad5990e commit 6a93dd4

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

ports/stm/boards/STM32F746xG_fs.ld

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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 <[email protected]>
4-
//
5-
// SPDX-License-Identifier: MIT
1+
/*
2+
* This file is part of the CircuitPython project: https://circuitpython.org
3+
*
4+
* SPDX-FileCopyrightText: Copyright (c) 2020 Mark Olsson <[email protected]>
5+
*
6+
* SPDX-License-Identifier: MIT
7+
*/
68

79
/* Entry Point */
810
ENTRY(Reset_Handler)

0 commit comments

Comments
 (0)