fix .ld file
This commit is contained in:
parent
ad5990ee74
commit
6a93dd4b65
1 changed files with 7 additions and 5 deletions
|
|
@ -1,8 +1,10 @@
|
|||
// This file is part of the CircuitPython project: https://circuitpython.org
|
||||
//
|
||||
// SPDX-FileCopyrightText: Copyright (c) 2020 Mark Olsson <mark@markolsson.se>
|
||||
//
|
||||
// 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>
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
/* Entry Point */
|
||||
ENTRY(Reset_Handler)
|
||||
|
|
|
|||
Loading…
Reference in a new issue