diff --git a/src/lib.rs b/src/lib.rs index a51024a..b685f7a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,11 +1,10 @@ #![no_std] -pub mod server; - #[macro_use] extern crate log; pub mod hardware; +pub mod server; // The number of ticks in the ADC sampling timer. The timer runs at 100MHz, so the step size is // equal to 10ns per tick.