fix .ld file

This commit is contained in:
Dan Halbert 2024-05-17 16:07:31 -04:00
parent ad5990ee74
commit 6a93dd4b65

View file

@ -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)