File tree Expand file tree Collapse file tree 5 files changed +90
-487
lines changed
Expand file tree Collapse file tree 5 files changed +90
-487
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ pub mod usb;
8787
8888#[ cfg( feature = "device-selected" ) ]
8989pub mod gpdma;
90+ pub mod pwm;
9091
9192#[ cfg( feature = "device-selected" ) ]
9293pub mod timer;
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ pub use crate::icache::ICacheExt as _stm32h5xx_hal_icache_ICacheExt;
1010pub use crate :: pwr:: PwrExt as _stm32h5xx_hal_pwr_PwrExt;
1111pub use crate :: rcc:: RccExt as _stm32h5xx_hal_rcc_RccExt;
1212pub use crate :: spi:: SpiExt as _stm32h5xx_hal_spi_SpiExt;
13- pub use crate :: usb:: UsbExt as _stm32h5xx_hal_usb_UsbExt;
1413pub use crate :: timer:: TimerExt as _stm32h5xx_hal_timer_TimerExt;
14+ pub use crate :: usb:: UsbExt as _stm32h5xx_hal_usb_UsbExt;
1515
1616pub use crate :: time:: U32Ext as _;
1717pub use fugit:: { ExtU32 as _, RateExtU32 as _} ;
Original file line number Diff line number Diff line change 1+
You can’t perform that action at this time.
0 commit comments