All checks were successful
Rust/va108xx-rs/pipeline/pr-main This commit looks good
- Add embassy example - improve timer API - restructure examples - restructure and improve SPI - Add REB1 M95M01 NVM module
5 lines
102 B
Rust
5 lines
102 B
Rust
#![no_std]
|
|
use va108xx_hal::time::Hertz;
|
|
|
|
pub const SYSCLK_FREQ: Hertz = Hertz::from_raw(50_000_000);
|