xiaoxiang781216 commented on code in PR #15092:
URL: https://github.com/apache/nuttx/pull/15092#discussion_r1875979920


##########
arch/arm/src/cxd56xx/cxd56_rtc.c:
##########
@@ -89,6 +89,12 @@
 #define RTC_CLOCK_CHECK_INTERVAL  (200) /* milliseconds */
 #define RTC_CLOCK_CHECK_MAX_RETRY (15)
 
+/****************************************************************************
+ * Pivate Data
+ ****************************************************************************/
+
+static spinlock_t lock = SP_UNLOCKED;

Review Comment:
   move after line 120



-- 
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]

Reply via email to