diff options
| author | Süha Ünüvar <[email protected]> | 2025-06-20 13:27:56 +0800 |
|---|---|---|
| committer | Süha Ünüvar <[email protected]> | 2025-06-27 09:23:53 +0800 |
| commit | 5cbc9a235f806bc961ed58da34ed932e39646e29 (patch) | |
| tree | cf3ff48020643c30c50b02a6ae4ab7d2eedb5ade | |
| parent | 04bf17dde60c022ffaa5e37233ce45f048f0e2c3 (diff) | |
correct documentation
| -rw-r--r-- | embassy-stm32/src/timer/pwm_input.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/timer/pwm_input.rs b/embassy-stm32/src/timer/pwm_input.rs index e5b7335e8..1e55f2919 100644 --- a/embassy-stm32/src/timer/pwm_input.rs +++ b/embassy-stm32/src/timer/pwm_input.rs | |||
| @@ -8,7 +8,7 @@ use crate::Peri; | |||
| 8 | 8 | ||
| 9 | /// PWM Input driver. | 9 | /// PWM Input driver. |
| 10 | /// | 10 | /// |
| 11 | /// Only works with CH1 and CH2 | 11 | /// Only works with CH1 or CH2 |
| 12 | /// Note: Not all timer peripherals are supported | 12 | /// Note: Not all timer peripherals are supported |
| 13 | /// Double check your chips reference manual | 13 | /// Double check your chips reference manual |
| 14 | pub struct PwmInput<'d, T: GeneralInstance4Channel> { | 14 | pub struct PwmInput<'d, T: GeneralInstance4Channel> { |
