cwespressif commented on a change in pull request #3794:
URL: https://github.com/apache/incubator-nuttx/pull/3794#discussion_r646251997
##########
File path: arch/risc-v/src/esp32c3/esp32c3_rtc.c
##########
@@ -349,6 +361,49 @@ struct esp32c3_rtc_sleep_config_s
uint32_t light_slp_reject : 1;
};
+#ifdef CONFIG_RTC_DRIVER
+
+#ifdef CONFIG_RTC_ALARM
+struct alm_cbinfo_s
+{
+ struct rt_timer_s *alarm_hdl; /* timer id point to here */
Review comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]