From b44495a7c6b0ce3e0f13325d92043ee758032274 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 26 Jun 2013 12:28:32 -0600 Subject: [PATCH] Add support for SAM3X and 3A chips, interrupts, and peripheral IDs --- configs/sam4s-xplained/src/sam4s-xplained.h | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/sam4s-xplained/src/sam4s-xplained.h b/configs/sam4s-xplained/src/sam4s-xplained.h index ace4bb1868..891a4c1041 100644 --- a/configs/sam4s-xplained/src/sam4s-xplained.h +++ b/configs/sam4s-xplained/src/sam4s-xplained.h @@ -86,7 +86,6 @@ * 2Hz, then a fatal error has been detected and the system has halted. */ - #define GPIO_D9 (GPIO_OUTPUT | GPIO_CFG_PULLUP | GPIO_OUTPUT_SET | \ GPIO_PORT_PIOC | GPIO_PIN10) #define GPIO_D10 (GPIO_OUTPUT | GPIO_CFG_PULLUP | GPIO_OUTPUT_SET | \