On Fri, May 29, 2015 at 10:45 PM, Alistair Francis wrote:
> If correctly configured allow the STM32F2xx timer to print
> out the PWM duty cycle information.
>
> Signed-off-by: Alistair Francis
> ---
> V2:
> - Fix up if statement braces
> - Remove stm32f2xx_timer_set_alarm() call
>
> hw/timer/s
If correctly configured allow the STM32F2xx timer to print
out the PWM duty cycle information.
Signed-off-by: Alistair Francis
---
V2:
- Fix up if statement braces
- Remove stm32f2xx_timer_set_alarm() call
hw/timer/stm32f2xx_timer.c | 9 +
1 file changed, 9 insertions(+)
diff --git a