stm32: rng-v1: fix missing doxygen parameter

This commit is contained in:
Karl Palsson 2019-06-17 11:48:18 +00:00
parent 7d344b187d
commit c28a5a81cf

View File

@ -47,7 +47,7 @@ void rng_enable(void)
/** Randomizes a number (non-blocking). /** Randomizes a number (non-blocking).
* Can fail if a clock error or seed error is detected. Consult the Reference * Can fail if a clock error or seed error is detected. Consult the Reference
* Manual, but "try again", potentially after resetting the peripheral * Manual, but "try again", potentially after resetting the peripheral
* @param pointer to a uint32_t that will be randomized. * @param rand_nr pointer to a uint32_t that will be randomized.
* @returns true on success, pointer is only written to on success * @returns true on success, pointer is only written to on success
* @sa rng_get_random_blocking * @sa rng_get_random_blocking
*/ */