Kinsey Moore started a new discussion on 
bsps/microblaze/microblaze_fpga/clock/clock.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/840#note_136314

 > +static void microblaze_clock_handler( void *data );
 >  static rtems_timecounter_simple mblaze_tc;
 > +static rtems_interrupt_handler mblaze_clock_isr = NULL;
 >  static volatile Microblaze_Timer *mblaze_timer;
 >  
 >  static uint32_t microblaze_tc_get( rtems_timecounter_simple *tc )
 >  {
 >    (void) tc;
 > -
 >    return mblaze_timer->tcr0;
 >  }
 >  
 >  static bool microblaze_tc_is_pending( rtems_timecounter_simple *tc )
 >  {
 >    (void) tc;
 > -

Please drop unrelated formatting changes.

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