mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Add an IOCTL method to the RTC interface
This commit is contained in:
@@ -118,6 +118,7 @@ static const struct rtc_ops_s g_rtc_ops =
|
||||
.rdwkalm = NULL,
|
||||
.setwkalm = NULL,
|
||||
#endif
|
||||
.ioctl = NULL,
|
||||
.destroy = NULL,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user