forked from Imagelibrary/rtems
libbsp/shared/clockdrv_shell.h: Fix warning
This commit is contained in:
@@ -65,6 +65,7 @@ void Clock_exit( void );
|
|||||||
*/
|
*/
|
||||||
#if defined(BSP_FEATURE_IRQ_EXTENSION) || \
|
#if defined(BSP_FEATURE_IRQ_EXTENSION) || \
|
||||||
(CPU_SIMPLE_VECTORED_INTERRUPTS != TRUE)
|
(CPU_SIMPLE_VECTORED_INTERRUPTS != TRUE)
|
||||||
|
void Clock_isr(void *arg);
|
||||||
void Clock_isr(void *arg)
|
void Clock_isr(void *arg)
|
||||||
{
|
{
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user