From 7d1d964e9691b5d98ed61f08cac61c44f5ba80cb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 3 Nov 2014 11:59:53 -0600 Subject: Fix typo is SAM4E pinmap file --- nuttx/arch/arm/src/sam34/chip/sam4e_pinmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx/arch/arm/src/sam34/chip/sam4e_pinmap.h b/nuttx/arch/arm/src/sam34/chip/sam4e_pinmap.h index 219e62aa1..7fc2bfd7e 100644 --- a/nuttx/arch/arm/src/sam34/chip/sam4e_pinmap.h +++ b/nuttx/arch/arm/src/sam34/chip/sam4e_pinmap.h @@ -267,7 +267,7 @@ #define GPIO_TC7_TIOB (GPIO_PERIPHB | GPIO_CFG_DEFAULT | GPIO_PORT_PIOC | GPIO_PIN9) #define GPIO_TC8_TCLK (GPIO_PERIPHB | GPIO_CFG_DEFAULT | GPIO_PORT_PIOC | GPIO_PIN14) #define GPIO_TC8_TIOA (GPIO_PERIPHB | GPIO_CFG_DEFAULT | GPIO_PORT_PIOC | GPIO_PIN11) -#define GPIO_TC8_TIOB (GPIO_PERIPHB | GGPIO_CFG_DEFAULT | PIO_PORT_PIOC | GPIO_PIN12) +#define GPIO_TC8_TIOB (GPIO_PERIPHB | GPIO_CFG_DEFAULT | GPIO_PORT_PIOC | GPIO_PIN12) /* Two Wire Interface (TWI) */ -- cgit v1.2.3