1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #13230 from nmeum/pr/wasm_pro_link

waspmote-pro: don't build the boards_common_atmega module
This commit is contained in:
benpicco 2020-01-30 10:43:27 +01:00 committed by GitHub
commit a2c257bad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,3 @@
MODULE = board
DIRS = $(RIOTBOARD)/common/atmega
include $(RIOTBASE)/Makefile.base

View File

@ -1,4 +1,3 @@
USEMODULE += boards_common_atmega
#ifneq (,$(filter saul_default,$(USEMODULE)))
# USEMODULE += saul_gpio
#endif