cederom commented on code in PR #17849: URL: https://github.com/apache/nuttx/pull/17849#discussion_r2704519345
########## arch/arm/src/nrf52/nrf52_tickless_rtc.c: ########## @@ -202,8 +202,6 @@ static void rtc_cancel_ack(void) g_tickless_dev.alarm_set = false; leave_critical_section(flags); - - return OK; Review Comment: Why code changes when PR is about Docker configuration update? This is out of scope and hidden change that impacts existing code. If this fixes some other issue this should be provided as separate PR. Please give a careful read to: https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md -- 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]
