mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
261 B
Makefile
12 lines
261 B
Makefile
BOARD ?= nucleo-f401re
|
|
include ../Makefile.periph_common
|
|
|
|
FEATURES_REQUIRED = periph_qdec
|
|
|
|
USEMODULE += xtimer
|
|
|
|
# include boards that have are modified to add a qdec peripheral
|
|
EXTERNAL_BOARD_DIRS = $(CURDIR)/boards_modded
|
|
|
|
include $(RIOTBASE)/Makefile.include
|