1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00

tests/periph_backup_ram: FEATURES_REQUIRED += periph_rtc

This commit is contained in:
Fabian Hüßler 2022-01-03 21:57:20 +01:00
parent f511a64302
commit 5fdf8d2d88
2 changed files with 3 additions and 2 deletions

View File

@ -9,4 +9,5 @@ config APPLICATION
bool
default y
depends on HAS_BACKUP_RAM
depends on HAS_PERIPH_RTC
depends on TEST_KCONFIG

View File

@ -1,9 +1,9 @@
include ../Makefile.tests_common
FEATURES_REQUIRED = backup_ram
FEATURES_REQUIRED += backup_ram
FEATURES_REQUIRED += periph_rtc
USEMODULE += pm_layered
USEMODULE += periph_rtc
USEMODULE += xtimer
DISABLE_MODULE += test_utils_interactive_sync