resyfer commented on code in PR #18499: URL: https://github.com/apache/nuttx/pull/18499#discussion_r2893569218
########## arch/arm64/src/bcm2711/hardware/bcm2711_memmap.h: ########## @@ -58,17 +58,17 @@ /* Base addresses for chip registers */ #define BCM_ARMT_BASEADDR \ - (BCM_PERIPHERAL_BASEADDR + 0x0000b000) /* ARM timer */ + (BCM_PERIPHERAL_BASEADDR + 0x0000b000UL) /* ARM timer */ Review Comment: Same reason as the previous comment. -- 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]
