Skip to content

Commit

Permalink
attiny-hal: simple-pwm: Fix missing IntoPwmPin re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Apr 1, 2024
1 parent 7bd89c6 commit c565c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcu/attiny-hal/src/simple_pwm.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub use avr_hal_generic::simple_pwm::{Prescaler, PwmPinOps};
pub use avr_hal_generic::simple_pwm::{IntoPwmPin, Prescaler, PwmPinOps};

#[cfg(any(feature = "attiny85", feature = "attiny84", feature = "attiny88"))]
use crate::port::*;
Expand Down

0 comments on commit c565c1c

Please sign in to comment.