Files
Embedded-Hacking/drivers/0x0e_watchdog_rust/src/lib.rs
T
2026-03-27 11:19:24 -04:00

10 lines
175 B
Rust

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