Skip to content

Commit

Permalink
fixup! makefiles: add atmega arch generic makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Acosta committed Jan 7, 2019
1 parent c7f3bfc commit f6e20b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefiles/arch/atmega.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit f6e20b0

Please sign in to comment.