Robin Mueller 25d63c0b6f
All checks were successful
Rust/va416xx-rs/pipeline/pr-main This commit looks good
UART with IRQ + Embassy example
2024-09-24 10:51:03 +02:00

7 lines
102 B
Rust

#![no_std]
pub mod time_driver;
pub const EXTCLK_FREQ: u32 = 40_000_000;
pub use time_driver::init;