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

examples/timer_periodic_wakeup: no feature required

Removing the periph_timer feature requirement, which isn't
directly required by this examples but rather by xtimer.
The latter set this requirement already in Makefile.dep
hence, it is duplicated and not necessary here.
This commit is contained in:
Sebastian Meiling 2019-10-11 13:39:51 +02:00
parent 760da795a4
commit aeb4480396

View File

@ -9,6 +9,4 @@ QUIET ?= 1
# development process:
DEVELHELP ?= 1
FEATURES_REQUIRED += periph_timer
include $(RIOTBASE)/Makefile.include