Fix missing PCONP bit definition to enable GPIO

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2768 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-07-03 04:58:51 +00:00
parent 2e2f22394a
commit 4d7db42f77
5 changed files with 19 additions and 7 deletions
+2
View File
@@ -1162,3 +1162,5 @@
for SPI-based MMC/SD cards and integrate into the NSH example.
* arch/arm/src/lm3s/lm3s_vectors.S - Correct vectors for GPIOC & D
interrupts.
* arch/arm/src/lpc17xx/lp17_clockconfig.c - Power was not being
provided to GPIO module. This is a critical bugfix!