mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 21:21:31 +11:00
4 lines
114 B
Rust
4 lines
114 B
Rust
//! Prelude
|
|
pub use crate::clocks::Clock as _rphal_clocks_Clock;
|
|
pub use crate::pio::PIOExt as _rphal_pio_PIOExt;
|