Reordering lib.rs
This commit is contained in:
parent
86355c9c5d
commit
4d0b1b5566
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue