Skip to content

Commit e13cd90

Browse files
tokangasrlubos
authored andcommitted
lib: date_time: Replace deprecated CONFIG_POSIX_CLOCK option
Replaced CONFIG_POSIX_CLOCK option with CONFIG_POSIX_TIMERS, which is now used to enable clock_gettime() and clock_settime() support. Signed-off-by: Tommi Kangas <[email protected]>
1 parent 8f5ecb5 commit e13cd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/date_time/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
menuconfig DATE_TIME
88
bool "Date time library"
9-
select POSIX_CLOCK
9+
select POSIX_TIMERS
1010

1111
if DATE_TIME
1212

0 commit comments

Comments
 (0)