summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sam3u/sam3u_pio.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-01-19 02:00:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-01-19 02:00:14 +0000
commit3de104fec53509a9a5a3475e63591c627cce094b (patch)
treedd7ecdf809baa0417695985aa32159537e28830d /nuttx/arch/arm/src/sam3u/sam3u_pio.h
parentccc33eb4d31331212de451f701e6d69c0f40ffbf (diff)
downloadpx4-nuttx-3de104fec53509a9a5a3475e63591c627cce094b.tar.gz
px4-nuttx-3de104fec53509a9a5a3475e63591c627cce094b.tar.bz2
px4-nuttx-3de104fec53509a9a5a3475e63591c627cce094b.zip
Add beginning of SAM3U GPIO config logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2512 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/sam3u/sam3u_pio.h')
-rwxr-xr-xnuttx/arch/arm/src/sam3u/sam3u_pio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/sam3u/sam3u_pio.h b/nuttx/arch/arm/src/sam3u/sam3u_pio.h
index 887bdc1d7..165b2e663 100755
--- a/nuttx/arch/arm/src/sam3u/sam3u_pio.h
+++ b/nuttx/arch/arm/src/sam3u/sam3u_pio.h
@@ -112,7 +112,7 @@
#define PIOA (0)
#define PIOB (1)
-#define PIOB (2)
+#define PIOC (2)
#define SAM3U_PIO_PER(n) (SAM3U_PIO_BASE(n)+SAM3U_PIO_PER_OFFSET)
#define SAM3U_PIO_PDR(n) (SAM3U_PIO_BASE(n)+SAM3U_PIO_PDR_OFFSET)