forked from M-Labs/artiq
2a81819eb0
Such code is fragile, introduces mess in dependencies, and inflates compile times.
7 lines
69 B
Rust
7 lines
69 B
Rust
#![no_std]
|
|
|
|
extern crate board;
|
|
|
|
pub mod mailbox;
|
|
pub mod rpc_queue;
|