mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Fix Clock_isr prototype.
This commit is contained in:
@@ -47,7 +47,7 @@ rtems_device_major_number rtems_clock_minor = 0;
|
||||
* This is the ISR handler.
|
||||
*/
|
||||
|
||||
void Clock_isr(void)
|
||||
void Clock_isr(rtems_irq_hdl_param unused)
|
||||
{
|
||||
/* enable_tracing(); */
|
||||
Clock_driver_ticks += 1;
|
||||
|
||||
Reference in New Issue
Block a user