usb-avr-lib/src/lib.rs

8 lines
40 B
Rust
Raw Normal View History

2024-11-09 00:29:29 +03:00
#![no_std]
mod types;
use types::*;