artiq/artiq/firmware/libamp/lib.rs
whitequark 2a81819eb0 firmware: restructure to avoid #[path = "..."] mod ...;
Such code is fragile, introduces mess in dependencies, and
inflates compile times.
2017-02-25 17:54:14 +00:00

7 lines
69 B
Rust

#![no_std]
extern crate board;
pub mod mailbox;
pub mod rpc_queue;