mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
arch/arm/src/cxd56xx/cxd56_irq.c: Fix a type mismatch
This commit is contained in:
committed by
Xiang Xiao
parent
10a4243fcf
commit
3b9e72c898
@@ -277,7 +277,7 @@ static inline void cxd56_prioritize_syscall(int priority)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int excinfo(int irq, uint32_t *regaddr, uint32_t *bit)
|
static int excinfo(int irq, uintptr_t *regaddr, uint32_t *bit)
|
||||||
{
|
{
|
||||||
*regaddr = NVIC_SYSHCON;
|
*regaddr = NVIC_SYSHCON;
|
||||||
switch (irq)
|
switch (irq)
|
||||||
|
|||||||
Reference in New Issue
Block a user