From fb4daa533a89a6b3d77553b42e6b2517e9b97296 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 2 May 2013 06:28:59 -0600 Subject: [PATCH] Changes to remove some warning sduring compilation for ZKit-arm-1769 Board. --- arch/arm/src/lpc17xx/chip/lpc17_mcpwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/lpc17xx/chip/lpc17_mcpwm.h b/arch/arm/src/lpc17xx/chip/lpc17_mcpwm.h index 6ec4a6b200..10abbd2325 100644 --- a/arch/arm/src/lpc17xx/chip/lpc17_mcpwm.h +++ b/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 */