Commit d242feaf authored by Andrew Kreimer's avatar Andrew Kreimer Committed by Uwe Kleine-König
parent a4cf667d
......@@ -222,7 +222,7 @@ static int stm32_pwm_capture(struct pwm_chip *chip, struct pwm_device *pwm,
scale = max_arr / min(max_arr, raw_prd);
} else {
scale = priv->max_arr; /* bellow resolution, use max scale */
scale = priv->max_arr; /* below resolution, use max scale */
}
if (psc && scale > 1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment