mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
The RTC ioctl() method is now a configuration option
This commit is contained in:
@@ -118,7 +118,9 @@ static const struct rtc_ops_s g_rtc_ops =
|
||||
.rdwkalm = NULL,
|
||||
.setwkalm = NULL,
|
||||
#endif
|
||||
#ifdef CONFIG_RTC_IOCTL
|
||||
.ioctl = NULL,
|
||||
#endif
|
||||
.destroy = NULL,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user