Skip to content

Commit cd32fe7

Browse files
dalpilRahix
authored andcommitted
No simple_pwm on attiny yet
1 parent 36dc214 commit cd32fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-hal/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub use delay::{delay_ms, delay_us, Delay};
113113
#[cfg(feature = "board-selected")]
114114
pub mod port;
115115

116-
#[cfg(feature = "board-selected")]
116+
#[cfg(feature = "mcu-atmega")]
117117
pub mod simple_pwm;
118118

119119
#[doc(no_inline)]

0 commit comments

Comments
 (0)