Skip to content

Commit

Permalink
rm usb for stm32f107
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Jul 28, 2023
1 parent 6125e2a commit 02ec4cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ pub mod time;
#[cfg(feature = "device-selected")]
pub mod timer;
#[cfg(all(feature = "device-selected", feature = "stm32-usbd"))]
#[cfg(any(feature = "stm32f102", feature = "stm32f103"))]
pub mod usb;
#[cfg(feature = "device-selected")]
pub mod watchdog;
Expand Down
3 changes: 1 addition & 2 deletions src/timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ use crate::time::Hertz;
pub mod monotonic;
#[cfg(feature = "rtic")]
pub use monotonic::*;
pub mod pwm_input;
pub use pwm_input::*;
pub(crate) mod pins;
pub mod pwm_input;
pub use pins::*;
pub mod delay;
pub use delay::*;
Expand Down

0 comments on commit 02ec4cc

Please sign in to comment.