forked from Imagelibrary/rtems
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.
|
* 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user