Fix typo is SAM4E pinmap file

This commit is contained in:
Gregory Nutt 2014-11-03 11:59:53 -06:00
parent 839d3f2204
commit 642bf34e45

View File

@ -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) */