forked from Imagelibrary/rtems
lpc shared: Clock driver clean up and ISR Handler Prototype Correction.
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
#ifdef ARM_MULTILIB_ARCH_V4
|
#ifdef ARM_MULTILIB_ARCH_V4
|
||||||
|
|
||||||
/* This is defined in ../../../shared/clockdrv_shell.h */
|
/* This is defined in ../../../shared/clockdrv_shell.h */
|
||||||
rtems_isr Clock_isr(rtems_vector_number vector);
|
void Clock_isr(rtems_irq_hdl_param arg);
|
||||||
|
|
||||||
static volatile lpc_timer *const lpc_clock =
|
static volatile lpc_timer *const lpc_clock =
|
||||||
(volatile lpc_timer *) LPC_CLOCK_TIMER_BASE;
|
(volatile lpc_timer *) LPC_CLOCK_TIMER_BASE;
|
||||||
|
|||||||
Reference in New Issue
Block a user