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

Correct name, not CONFIG_GPIO_IRQ but CONFIG_SAM34_GPIO_IRQ

parent b750dd5f
No related branches found
No related tags found
No related merge requests found
......@@ -44,24 +44,7 @@
#ifndef __ASSEMBLY__
# include <stdint.h>
# ifdef CONFIG_SAM34_GPIO_IRQ
# include <arch/irq.h>
# endif
#endif
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
/************************************************************************************
* Included Files
************************************************************************************/
#include <nuttx/config.h>
#ifndef __ASSEMBLY__
# include <stdint.h>
# ifdef CONFIG_SAM34_GPIO_IRQ
# ifdef CONFIG_SAM34_SAM34_GPIO_IRQ
# include <arch/irq.h>
# endif
#endif
......
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