1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/rtt_rtc/Makefile.features
Benjamin Valentin dcebc7d480 drivers/rtt_rtc: implement rtc_get_time_ms()
RTC on RTT usually runs at a frequency greater than 1 Hz, so sub-second
precision is available.
Add a function to get the current RTC timestamp together with it's sub-second
component.
2021-05-03 00:09:18 +02:00

3 lines
67 B
Makefile

FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_rtc_ms