doc: stm32: rcc: improve intellisense
Removed newline between the comment block and function definition It enables vscode intellisense to display documentation about functions Reviewed-by: Karl Palsson <karlp@tweak.au>
This commit is contained in:
committed by
Karl Palsson
parent
4d7a2ca271
commit
f3049c6699
@@ -52,7 +52,6 @@
|
||||
*
|
||||
* @param[in] value uint32_t. 24 bit reload value.
|
||||
*/
|
||||
|
||||
void systick_set_reload(uint32_t value)
|
||||
{
|
||||
STK_RVR = (value & STK_RVR_RELOAD);
|
||||
|
||||
Reference in New Issue
Block a user