Silence the half-written module

This commit is contained in:
Dylan McKay 2017-12-14 02:31:24 +13:00
parent 3e29e87d38
commit d3d41e457a
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
mod clock; mod clock;
mod settings;
// FIXME: Start using this module or delete!!!
#[allow(dead_code)] mod settings;
use {Register, Pin}; use {Register, Pin};