Correct description of some input parameters. Suggested by Pelle Windestam

This commit is contained in:
Gregory Nutt 2015-05-05 06:26:59 -06:00
parent 56dee97fbf
commit f10ec48825
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.