Reordering lib.rs

master
Ryan Summers 2021-01-20 13:44:53 +01:00
parent 86355c9c5d
commit 4d0b1b5566
1 changed files with 1 additions and 2 deletions

View File

@ -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.