hujun260 commented on code in PR #15267: URL: https://github.com/apache/nuttx/pull/15267#discussion_r1890202296
########## arch/risc-v/src/common/espressif/esp_rtc.c: ########## @@ -143,6 +143,8 @@ static int esp_rtc_rdalarm(struct rtc_lowerhalf_s *lower, * Private Data ****************************************************************************/ +static spinlock_t g_rtc_lock = SP_UNLOCKED; 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
