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


##########
arch/avr/src/avrdx/avrdx_timerisr_tickless_alarm.c:
##########
@@ -301,8 +301,7 @@ static void avrdx_check_alarm_expired(uint8_t context)
 
       /* Note about data types - struct timespec is defined
        * in include/time.h, tv_sec is of type time_t which is defined
-       * in include/sys/types.h as uint32_t or uint64_t based
-       * on CONFIG_SYSTEM_TIME64
+       * in include/sys/types.h as uint64_t.

Review Comment:
   fixed.



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