From 97e49b385c2b5169fb8edc3f4a44bc20a94f439b Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 23 Oct 2019 21:13:51 +0200 Subject: [PATCH] cpu/atmega328p: fix typos --- cpu/atmega328p/ldscripts_compat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/atmega328p/ldscripts_compat/README.md b/cpu/atmega328p/ldscripts_compat/README.md index 31317f0371..bb16b6ca91 100644 --- a/cpu/atmega328p/ldscripts_compat/README.md +++ b/cpu/atmega328p/ldscripts_compat/README.md @@ -2,7 +2,7 @@ avr linkerscript ================ Starting from avr-binutils 2.26, the linker defines symbol that can be -overriden to configure ROM and RAM length. +overridden to configure ROM and RAM length. This ldscript is used for supporting older versions on avr-binutils like on ubuntu xenial.