mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Missed uint32 type conversions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2372 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -23,7 +23,7 @@ int irq_attach(int irq, xcpt_t isr)
|
||||
for (;;);
|
||||
}
|
||||
|
||||
uint32 *up_doirq(int irq, uint32_t *regs)
|
||||
uint32_t *up_doirq(int irq, uint32_t *regs)
|
||||
{
|
||||
up_lowputc('I');
|
||||
up_lowputc('\n');
|
||||
|
||||
Reference in New Issue
Block a user