Skip to content

Commit

Permalink
fixup! pinetime: add MTD configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed Feb 23, 2020
1 parent 4b16ef3 commit 5826931
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/pinetime/Makefile.dep
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
DEFAULT_MODULE += stdio_rtt

ifneq (,$(filter mtd,$(USEMODULE)))
USEMODULE += mtd_spi_nor
endif

# include common nrf52 dependencies
include $(RIOTBOARD)/common/nrf52/nrf52832/Makefile.dep
include $(RIOTBOARD)/common/nrf52/Makefile.dep

0 comments on commit 5826931

Please sign in to comment.