mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 19:38:39 +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
|
||||
|
||||
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;
|
||||
switch (irq)
|
||||
|
||||
Reference in New Issue
Block a user