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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
