1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/periph/pwm: Update return value doxygen to match long description

This commit is contained in:
Joakim Gebart 2015-05-16 09:59:10 +02:00
parent 616c272801
commit 92a743560d

View File

@ -76,7 +76,7 @@ typedef enum {
* @param[in] frequency the PWM frequency in Hz
* @param[in] resolution the PWM resolution
*
* @return 0 on success
* @return Actual PWM frequency on success
* @return -1 on mode not applicable
* @return -2 on frequency and resolution not applicable
*/