correct documentation

This commit is contained in:
Süha Ünüvar 2025-06-20 13:27:56 +08:00
parent 04bf17dde6
commit 5cbc9a235f

View File

@ -8,7 +8,7 @@ use crate::Peri;
/// PWM Input driver.
///
/// Only works with CH1 and CH2
/// Only works with CH1 or CH2
/// Note: Not all timer peripherals are supported
/// Double check your chips reference manual
pub struct PwmInput<'d, T: GeneralInstance4Channel> {