Fix Clock_isr prototype.

This commit is contained in:
Ralf Corsepius
2009-11-06 07:50:43 +00:00
parent c16130a9b5
commit d58ae18b02

View File

@@ -47,7 +47,7 @@ rtems_device_major_number rtems_clock_minor = 0;
* This is the ISR handler. * This is the ISR handler.
*/ */
void Clock_isr(void) void Clock_isr(rtems_irq_hdl_param unused)
{ {
/* enable_tracing(); */ /* enable_tracing(); */
Clock_driver_ticks += 1; Clock_driver_ticks += 1;