Gedare Bloom commented on a discussion on bsps/riscv/riscv/clock/clockdrv.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1086#note_143716

 >  
 >  static uint32_t riscv_clock_get_timecount(struct timecounter *base)
 >  {
 > -  riscv_timecounter *tc;
 > -  volatile RISCV_CLINT_regs *clint;
 > +  riscv_timecounter *tc = (riscv_timecounter *) base;
 > +  uint32_t timecount = 0;
 > +
 > +  (void) tc;

done

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1086#note_143716
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

Reply via email to