summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx/chip
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-02 06:28:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-02 06:28:59 -0600
commit41b50c286aaa99b848c4b21685f81ee2511f176a (patch)
tree8f857d30919cdec50e00ebb7a141717617474303 /nuttx/arch/arm/src/lpc17xx/chip
parent86e3c09296ce9453f1feb380c976dce52aead0e6 (diff)
downloadnuttx-41b50c286aaa99b848c4b21685f81ee2511f176a.tar.gz
nuttx-41b50c286aaa99b848c4b21685f81ee2511f176a.tar.bz2
nuttx-41b50c286aaa99b848c4b21685f81ee2511f176a.zip
Changes to remove some warning sduring compilation for ZKit-arm-1769 Board.
Diffstat (limited to 'nuttx/arch/arm/src/lpc17xx/chip')
-rw-r--r--nuttx/arch/arm/src/lpc17xx/chip/lpc17_mcpwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc17xx/chip/lpc17_mcpwm.h b/nuttx/arch/arm/src/lpc17xx/chip/lpc17_mcpwm.h
index 6ec4a6b20..10abbd232 100644
--- a/nuttx/arch/arm/src/lpc17xx/chip/lpc17_mcpwm.h
+++ b/nuttx/arch/arm/src/lpc17xx/chip/lpc17_mcpwm.h
@@ -190,7 +190,7 @@
#define MCPWM_CAPCON_HNFCAP0 (1 << 21) /* Bit 21: Hardware noise filter */
#define MCPWM_CAPCON_HNFCAP1 (1 << 22) /* Bit 22: Hardware noise filter */
#define MCPWM_CAPCON_HNFCAP2 (1 << 23) /* Bit 23: Hardware noise filter */
- /* Bits 24-31: Reserved
+ /* Bits 24-31: Reserved */
/* Dead time register */
#define MCPWM_DT_DT0_SHIFT (0) /* Bits 0-9: Dead time for channel 0 */