Karthikey Kadati commented on a discussion on testsuites/validation/tc-timecounter-install.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1163#note_147680 > > static void NtpUpdateAdjustmentSlower( int64_t *adjustment, time_t *newsec ) > { > - *adjustment = -(( (int64_t) 5000 ) << 32); > + *adjustment = -( (int64_t) 5000 << 32 ); here is the link for that rtems-central MR https://gitlab.rtems.org/rtems/prequal/rtems-central/-/merge_requests/18 -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1163#note_147680 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
