summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc43xx/chip
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-05 14:58:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-05 14:58:16 +0000
commit6410d604c730db2e581993ff8854ec7a939a89d5 (patch)
tree2bc7fffb252a5f9653dcd05b2ff043614de92563 /nuttx/arch/arm/src/lpc43xx/chip
parentd2a5c3d4f5b9899dc5de05c49ede4e616fae9a64 (diff)
downloadpx4-nuttx-6410d604c730db2e581993ff8854ec7a939a89d5.tar.gz
px4-nuttx-6410d604c730db2e581993ff8854ec7a939a89d5.tar.bz2
px4-nuttx-6410d604c730db2e581993ff8854ec7a939a89d5.zip
More LPC43 files in various states of work
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4909 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc43xx/chip')
-rw-r--r--nuttx/arch/arm/src/lpc43xx/chip/lpc43_rgu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc43xx/chip/lpc43_rgu.h b/nuttx/arch/arm/src/lpc43xx/chip/lpc43_rgu.h
index d0338e176..acf2fdc5d 100644
--- a/nuttx/arch/arm/src/lpc43xx/chip/lpc43_rgu.h
+++ b/nuttx/arch/arm/src/lpc43xx/chip/lpc43_rgu.h
@@ -624,7 +624,7 @@
/* Bits 27-31: Reserved */
/* Reset external status register 0 for CORE_RST */
-#define RGU_EXTSTAT_CORE_EXTRESET (1 << 0) /* Bit 0: Reset activated by external reset from reset pin
+#define RGU_EXTSTAT_CORE_EXTRESET (1 << 0) /* Bit 0: Reset activated by external reset from reset pin */
/* Bits 1-3: Reserved */
#define RGU_EXTSTAT_CORE_BODRESET (1 << 4) /* Bit 4: Reset activated by BOD reset */
#define RGU_EXTSTAT_CORE_WWDTRESET (1 << 5) /* Bit 5: Reset activated by WWDT time-out */