Files
Embedded-Hacking/drivers/0x0d_timer_rust/src/lib.rs
T
2026-04-02 11:36:06 -04:00

10 lines
159 B
Rust

//! @file lib.rs
//! @brief Library root for the timer driver crate
//! @author Kevin Thomas
//! @date 2025
#![no_std]
// Timer driver module
pub mod timer;