Examples | examples/ticker: Fix format specifier warning in low_ticker2 (!23)

Somil Gupta (@somil) gitlab at rtems.org
Fri Mar 6 12:14:05 UTC 2026




Somil Gupta commented on a discussion on ticker/low_ticker2/init.c: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/23#note_144547

 >        printk( "*** END OF LOW MEMORY CLOCK TICK TEST (delay) ***\n" );
 >        rtems_shutdown_executive( 0 );
 >      }
 > -    printk( "TA%" PRIuPTR " - rtems_clock_uptime - %zd:%ld\n", 
 > -      task_index, uptime.tv_sec, uptime.tv_nsec 
 > +    printk( "TA%" PRIuPTR " - rtems_clock_uptime - %ld:%ld\n", 
 > +      task_index,(long)uptime.tv_sec, uptime.tv_nsec 

@joel Done

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/23#note_144547
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260306/64c7921d/attachment.htm>


More information about the bugs mailing list