ENC424J600/src/lib.rs

5 lines
68 B
Rust
Raw Normal View History

#![no_std]
/// STM32F4xx-HAL specific implementations
pub mod spi;