diff options
| -rw-r--r-- | drivers/pwm/pwm_th1520.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm_th1520.rs b/drivers/pwm/pwm_th1520.rs index ee2a6d573bc2..b2d83c121c5c 100644 --- a/drivers/pwm/pwm_th1520.rs +++ b/drivers/pwm/pwm_th1520.rs @@ -185,7 +185,7 @@ impl pwm::PwmOps for Th1520PwmDriverData { ); Ok(pwm::RoundedWaveform { - status: status, + status, hardware_waveform: wfhw, }) } |