Skip to content
Snippets Groups Projects
Unverified Commit 60d543ab authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #7862 from roberthartung/atmega_common_fix_periph

atmega_common: renames periph for atmega_common_periph
parents 046f30b9 491f4206
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ export ASFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG)
export LINKFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG) $(CFLAGS_OPT) -static -lgcc -e reset_handler -Wl,--gc-sections
# export the peripheral drivers to be linked into the final binary
export USEMODULE += periph
export USEMODULE += atmega_common_periph
export USEMODULE += periph_common
# the atmel port uses uart_stdio
......
MODULE = periph
MODULE = atmega_common_periph
include $(RIOTBASE)/Makefile.base
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment