Robin Mueller 2223a2459c
All checks were successful
Rust/va416xx-rs/pipeline/pr-main This commit looks good
Add embassy example
2024-09-17 21:24:22 +02:00

5 lines
60 B
Rust

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