zack liang commented on a discussion on testsuites/sptests/sptod/main.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/339#note_120764

 > +  {  2020,   4,    4,   15,     0,     59,     0 },
 > +};
 > +
 > +/*
 > + *  Check out a single date and time
 > + */
 > +
 > +void check_a_tod(
 > +  rtems_time_of_day *the_tod
 > +)
 > +{
 > +  rtems_status_code status;
 > +  rtems_time_of_day new_tod;
 > +  
 > +
 > +  print_time( "rtems_clock_set          ", the_tod, "\n" );

removed printlines

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


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to