mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 05:27:17 +00:00
arch/arm/src/cxd56xx/cxd56_irq.c: Fix a type mismatch
This commit is contained in:
parent
10a4243fcf
commit
3b9e72c898
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue