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

drivers/Makefile.dep: remove useless FEATURES_PROVIDED for rtc_rtt

This commit is contained in:
Alexandre Abadie 2020-07-10 18:12:31 +02:00
parent 8e74bfa511
commit 1cf8f0dc45
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -669,7 +669,6 @@ ifneq (,$(filter rtt_rtc,$(USEMODULE)))
ifeq (,$(UNIT_TESTS))
FEATURES_REQUIRED += periph_rtt
endif
FEATURES_PROVIDED += periph_rtc
endif
ifneq (,$(filter rn2%3,$(USEMODULE)))