maxikrie commented on code in PR #18117:
URL: https://github.com/apache/nuttx/pull/18117#discussion_r2722547809


##########
arch/arm/src/nrf52/nrf52_tim_lowerhalf.c:
##########
@@ -54,7 +54,7 @@
 
 /* Maximum supported timeout */
 
-#define NRF52_TIMER_MAXTIMEOUT (NRF52_TIMER_MAX * (1000000 / NRF52_TIMER_PER))
+#define NRF52_TIMER_MAXTIMEOUT ((uint64_t)NRF52_TIMER_MAX * 1000000 / 
NRF52_TIMER_PER)

Review Comment:
   I did some research and agree with you.



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