Skip to content
Snippets Groups Projects
Commit 92a74356 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

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

parent 616c2728
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ typedef enum { ...@@ -76,7 +76,7 @@ typedef enum {
* @param[in] frequency the PWM frequency in Hz * @param[in] frequency the PWM frequency in Hz
* @param[in] resolution the PWM resolution * @param[in] resolution the PWM resolution
* *
* @return 0 on success * @return Actual PWM frequency on success
* @return -1 on mode not applicable * @return -1 on mode not applicable
* @return -2 on frequency and resolution not applicable * @return -2 on frequency and resolution not applicable
*/ */
......
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