forked from Imagelibrary/rtems
bsp/mpc55xx: Fix prototype
This commit is contained in:
committed by
Sebastian Huber
parent
4508a5adc1
commit
b3a84034e2
@@ -130,7 +130,7 @@ static inline uint32_t mpc55xx_count_leading_zeros( uint32_t value)
|
|||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline mpc55xx_wait_for_interrupt(void)
|
static inline void mpc55xx_wait_for_interrupt(void)
|
||||||
{
|
{
|
||||||
#ifdef MPC55XX_HAS_WAIT_INSTRUCTION
|
#ifdef MPC55XX_HAS_WAIT_INSTRUCTION
|
||||||
__asm__ volatile ("wait");
|
__asm__ volatile ("wait");
|
||||||
|
|||||||
Reference in New Issue
Block a user