Robin Mueller 857b59c3c2
Some checks failed
Rust/va416xx-rs/pipeline/pr-main There was a failure building this commit
first working embassy example
2024-09-17 20:01:56 +02:00

5 lines
60 B
Rust

#![no_std]
pub mod time_driver;
pub use time_driver::init;