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:
parent
760da795a4
commit
aeb4480396
@ -9,6 +9,4 @@ QUIET ?= 1
|
||||
# development process:
|
||||
DEVELHELP ?= 1
|
||||
|
||||
FEATURES_REQUIRED += periph_timer
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user