This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 5710b5495f2111f24746c95777b4d5e106de8ea5 Author: Kerogit <kr....@kerogit.eu> AuthorDate: Sat Jun 28 00:00:45 2025 +0200 boards/avr/avrdx/breadxavr: fix path in license header This linker script was initially created as a copy of another script and the path was left unchanged. Signed-off-by: Kerogit <kr....@kerogit.eu> --- boards/avr/avrdx/breadxavr/scripts/breadxavr.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/avr/avrdx/breadxavr/scripts/breadxavr.ld b/boards/avr/avrdx/breadxavr/scripts/breadxavr.ld index 51eecf26d35..abcb08e6b86 100644 --- a/boards/avr/avrdx/breadxavr/scripts/breadxavr.ld +++ b/boards/avr/avrdx/breadxavr/scripts/breadxavr.ld @@ -1,5 +1,5 @@ /**************************************************************************** - * boards/avr/atmega/mega1284p-xplained/scripts/ld.script + * boards/avr/avrdx/breadxavr/scripts/breadxavr.ld * * SPDX-License-Identifier: Apache-2.0 *