Skip to content
Snippets Groups Projects
Commit 4abb8452 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix an error introduced in the last commit

parent 4e72f424
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment