From f6e20b061d4a627ed90b1bfa6f949bfda9857a15 Mon Sep 17 00:00:00 2001 From: Francisco Acosta Date: Mon, 7 Jan 2019 17:35:27 +0100 Subject: [PATCH] fixup! makefiles: add atmega arch generic makefile --- makefiles/arch/atmega.inc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefiles/arch/atmega.inc.mk b/makefiles/arch/atmega.inc.mk index 7e04134471a8..d8c63aac5873 100644 --- a/makefiles/arch/atmega.inc.mk +++ b/makefiles/arch/atmega.inc.mk @@ -24,8 +24,8 @@ ifeq ($(CPU), atmega256rfr2) USEMODULE += periph endif -# the atmel port uses uart_stdio -USEMODULE += uart_stdio +# the atmel port uses stdio_uart +USEMODULE += stdio_uart # explicitly tell the linker to link the syscalls and startup code. # without this the interrupt vectors will not be linked correctly!