Correct name, not CONFIG_GPIO_IRQ but CONFIG_SAM34_GPIO_IRQ

This commit is contained in:
Gregory Nutt 2016-07-22 14:57:30 -06:00
parent b750dd5ff7
commit 416aa99620

View File

@ -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