Skip to content

Commit 76b4801

Browse files
committed
pwm compiles
1 parent 90b41a1 commit 76b4801

File tree

5 files changed

+90
-487
lines changed

5 files changed

+90
-487
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ pub mod usb;
8787

8888
#[cfg(feature = "device-selected")]
8989
pub mod gpdma;
90+
pub mod pwm;
9091

9192
#[cfg(feature = "device-selected")]
9293
pub mod timer;

src/prelude.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ pub use crate::icache::ICacheExt as _stm32h5xx_hal_icache_ICacheExt;
1010
pub use crate::pwr::PwrExt as _stm32h5xx_hal_pwr_PwrExt;
1111
pub use crate::rcc::RccExt as _stm32h5xx_hal_rcc_RccExt;
1212
pub use crate::spi::SpiExt as _stm32h5xx_hal_spi_SpiExt;
13-
pub use crate::usb::UsbExt as _stm32h5xx_hal_usb_UsbExt;
1413
pub use crate::timer::TimerExt as _stm32h5xx_hal_timer_TimerExt;
14+
pub use crate::usb::UsbExt as _stm32h5xx_hal_usb_UsbExt;
1515

1616
pub use crate::time::U32Ext as _;
1717
pub use fugit::{ExtU32 as _, RateExtU32 as _};

src/pwm/h5.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)