All checks were successful
Rust/va416xx-rs/pipeline/pr-main This commit looks good
5 lines
60 B
Rust
5 lines
60 B
Rust
#![no_std]
|
|
pub mod time_driver;
|
|
|
|
pub use time_driver::init;
|