From f10ec48825bd978e09438586b21835b3389361e3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 5 May 2015 06:26:59 -0600 Subject: [PATCH] Correct description of some input parameters. Suggested by Pelle Windestam --- arch/arm/src/stm32/stm32_pwr.c | 2 +- arch/arm/src/stm32/stm32_pwr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/src/stm32/stm32_pwr.c b/arch/arm/src/stm32/stm32_pwr.c index 71dd1ce31e..a32caaea51 100644 --- a/arch/arm/src/stm32/stm32_pwr.c +++ b/arch/arm/src/stm32/stm32_pwr.c @@ -86,7 +86,7 @@ static inline void stm32_pwr_modifyreg(uint8_t offset, uint16_t clearbits, uint1 * and backup SRAM). * * Input Parameters: - * protect - sets the write protections + * writable - True: enable ability to write to backup domain registers * * Returned Value: * True: The backup domain was previously writable. diff --git a/arch/arm/src/stm32/stm32_pwr.h b/arch/arm/src/stm32/stm32_pwr.h index 58c89d64b2..49e0657f55 100644 --- a/arch/arm/src/stm32/stm32_pwr.h +++ b/arch/arm/src/stm32/stm32_pwr.h @@ -74,7 +74,7 @@ extern "C" * and backup SRAM). * * Input Parameters: - * writable - sets the write protections + * writable - True: enable ability to write to backup domain registers * * Returned Value: * True: The backup domain was previously writable.