Some checks failed
Rust/va416xx-rs/pipeline/pr-main There was a failure building this commit
5 lines
60 B
Rust
5 lines
60 B
Rust
#![no_std]
|
|
pub mod time_driver;
|
|
|
|
pub use time_driver::init;
|