1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #12424 from smlng/pr_remove_featreq

examples/timer_periodic_wakeup: no feature required
This commit is contained in:
Marian Buschsieweke 2019-10-11 14:15:49 +02:00 committed by GitHub
commit 8c00e5583a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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