Skip to content

Commit

Permalink
Add pub use nb; to HAL prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrrees authored and sajattack committed Jun 23, 2021
1 parent 854e3e1 commit 8c40356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hal/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ pub use hal::digital::v2::OutputPin as _atsamd_hal_embedded_hal_digital_v2_Outpu
pub use hal::digital::v2::ToggleableOutputPin as _atsamd_hal_embedded_hal_digital_v2_ToggleableOutputPin;

pub use hal::prelude::*;

pub use nb;

0 comments on commit 8c40356

Please sign in to comment.