mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/ztimer: add ZTIMER_SEC to Kconfig
This commit is contained in:
parent
0b5709a853
commit
9e7f1d0097
@ -44,6 +44,10 @@ config MODULE_ZTIMER_MSEC
|
||||
bool "Milliseconds"
|
||||
depends on MODULE_ZTIMER_PERIPH_TIMER || MODULE_ZTIMER_PERIPH_RTT
|
||||
|
||||
config MODULE_ZTIMER_SEC
|
||||
bool "Seconds"
|
||||
depends on MODULE_ZTIMER_PERIPH_TIMER || MODULE_ZTIMER_PERIPH_RTT || MODULE_ZTIMER_PERIPH_RTC
|
||||
|
||||
endmenu # Clocks
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user