xiaoxiang781216 commented on code in PR #17287: URL: https://github.com/apache/nuttx/pull/17287#discussion_r2522087239
########## sched/clock/clock_initialize.c: ########## @@ -222,12 +220,11 @@ void clock_initialize(void) up_rtc_initialize(); -#if !defined(CONFIG_RTC_EXTERNAL) - /* Initialize the time value to match the RTC */ Review Comment: let's keep the comment and check CONFIG_RTC_EXTERNAL first to minize the code change -- 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]
