From aeb4480396b3c204c9f09ace5b91ee96fe3e538f Mon Sep 17 00:00:00 2001 From: Sebastian Meiling Date: Fri, 11 Oct 2019 13:39:51 +0200 Subject: [PATCH] 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. --- examples/timer_periodic_wakeup/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/timer_periodic_wakeup/Makefile b/examples/timer_periodic_wakeup/Makefile index b115d40b9a..9168c38eb5 100644 --- a/examples/timer_periodic_wakeup/Makefile +++ b/examples/timer_periodic_wakeup/Makefile @@ -9,6 +9,4 @@ QUIET ?= 1 # development process: DEVELHELP ?= 1 -FEATURES_REQUIRED += periph_timer - include $(RIOTBASE)/Makefile.include