Skip to content
Snippets Groups Projects
Commit f10ec488 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Correct description of some input parameters. Suggested by Pelle Windestam

parent 56dee97f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment