mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Fix an error introduced in the last commit
This commit is contained in:
@@ -117,4 +117,3 @@ extern "C"
|
||||
#endif /* __ASSEMBLY__ */
|
||||
|
||||
#endif /* __ARCH_ARM_INCLUDE_LPC17XX_IRQ_H */
|
||||
|
||||
|
||||
@@ -315,6 +315,7 @@ static int kinetis_irqinfo(int irq, uintptr_t *regaddr, uint32_t *bit,
|
||||
|
||||
void up_irqinitialize(void)
|
||||
{
|
||||
uintptr_t regaddr;
|
||||
int nintlines;
|
||||
int i;
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#include "lpc17_clrpend.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
/* Get a 32-bit version of the default priority */
|
||||
|
||||
@@ -287,6 +287,7 @@ static int lpc17_irqinfo(int irq, uintptr_t *regaddr, uint32_t *bit,
|
||||
|
||||
void up_irqinitialize(void)
|
||||
{
|
||||
uintptr_t regaddr;
|
||||
int nintlines;
|
||||
int i;
|
||||
|
||||
|
||||
@@ -289,6 +289,7 @@ static int tiva_irqinfo(int irq, uintptr_t *regaddr, uint32_t *bit,
|
||||
|
||||
void up_irqinitialize(void)
|
||||
{
|
||||
uintptr_t regaddr;
|
||||
int nintlines;
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user