summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-10 16:54:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-10 16:54:47 -0600
commit5bc57440891942f3bffc761e46eb8641871919c5 (patch)
treee43038c62376c87d07ca6d99ed6192e270ede7f5
parenta0139421f74f47a91a9a54dc729660f33c87e4c8 (diff)
downloadpx4-nuttx-5bc57440891942f3bffc761e46eb8641871919c5.tar.gz
px4-nuttx-5bc57440891942f3bffc761e46eb8641871919c5.tar.bz2
px4-nuttx-5bc57440891942f3bffc761e46eb8641871919c5.zip
Cosmetic changes to comments
-rw-r--r--nuttx/arch/arm/src/stm32/chip/stm32_dbgmcu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/stm32/chip/stm32_dbgmcu.h b/nuttx/arch/arm/src/stm32/chip/stm32_dbgmcu.h
index b74a10b7a..4c50f1cbe 100644
--- a/nuttx/arch/arm/src/stm32/chip/stm32_dbgmcu.h
+++ b/nuttx/arch/arm/src/stm32/chip/stm32_dbgmcu.h
@@ -109,7 +109,7 @@
# define DBGMCU_APB1_TIM12STOP (1 << 6) /* Bit 6: TIM12 stopped when core is halted */
# define DBGMCU_APB1_TIM13STOP (1 << 7) /* Bit 7: TIM13 stopped when core is halted */
# define DBGMCU_APB1_TIM14STOP (1 << 8) /* Bit 7: TIM14 stopped when core is halted */
-# define DBGMCU_APB1_RTCSTOP (1 << 10) /* Bit 11: RTC stopped when Core is halted */
+# define DBGMCU_APB1_RTCSTOP (1 << 10) /* Bit 10: RTC stopped when Core is halted */
# define DBGMCU_APB1_WWDGSTOP (1 << 11) /* Bit 11: Window Watchdog stopped when core is halted */
# define DBGMCU_APB1_IWDGSTOP (1 << 12) /* Bit 12: Independent Watchdog stopped when core is halted */
# define DBGMCU_APB1_I2C1STOP (1 << 21) /* Bit 21: SMBUS timeout mode stopped when Core is halted */
@@ -123,7 +123,7 @@
# define DBGMCU_APB1_TIM4STOP (1 << 2) /* Bit 2: TIM4 stopped when core is halted */
# define DBGMCU_APB1_TIM6STOP (1 << 4) /* Bit 4: TIM6 stopped when core is halted */
# define DBGMCU_APB1_TIM7STOP (1 << 5) /* Bit 5: TIM7 stopped when core is halted */
-# define DBGMCU_APB1_RTCSTOP (1 << 10) /* Bit 11: RTC stopped when Core is halted */
+# define DBGMCU_APB1_RTCSTOP (1 << 10) /* Bit 10: RTC stopped when Core is halted */
# define DBGMCU_APB1_WWDGSTOP (1 << 11) /* Bit 11: Window Watchdog stopped when core is halted */
# define DBGMCU_APB1_IWDGSTOP (1 << 12) /* Bit 12: Independent Watchdog stopped when core is halted */
# define DBGMCU_APB1_I2C1STOP (1 << 21) /* Bit 21: SMBUS timeout mode stopped when Core is halted */