Skip to content

Commit

Permalink
prelude: remove import of prelude from embedded-hal
Browse files Browse the repository at this point in the history
embedded-hal 1.0 does not have a prelude to import
  • Loading branch information
astapleton committed Jun 10, 2024
1 parent 30fa01d commit 40a8637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//! Prelude
pub use embedded_hal::prelude::*;

pub use fugit::{ExtU32 as _, RateExtU32 as _};

0 comments on commit 40a8637

Please sign in to comment.