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:
parent
f511a64302
commit
5fdf8d2d88
@ -9,4 +9,5 @@ config APPLICATION
|
||||
bool
|
||||
default y
|
||||
depends on HAS_BACKUP_RAM
|
||||
depends on HAS_PERIPH_RTC
|
||||
depends on TEST_KCONFIG
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user