summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-20 19:32:12 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-20 19:32:12 +0100
commit9cf9208dca6b32b2e3c7b1c7181901db78896b2f (patch)
tree06e8010822b6e20607e2421e193b6564048e2845 /src
parentfd6fe2ceada168e33a01cbdf9503f180cb30c58b (diff)
downloadads1x1x-async-9cf9208dca6b32b2e3c7b1c7181901db78896b2f.tar.gz
ads1x1x-async-9cf9208dca6b32b2e3c7b1c7181901db78896b2f.tar.xz
ads1x1x-async-9cf9208dca6b32b2e3c7b1c7181901db78896b2f.zip
Reorder docs
Diffstat (limited to 'src')
-rw-r--r--src/devices/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/mod.rs b/src/devices/mod.rs
index 9db7b79..24213d6 100644
--- a/src/devices/mod.rs
+++ b/src/devices/mod.rs
@@ -6,6 +6,6 @@ enum OperatingMode {
Continuous
}
-mod common;
mod mode;
mod features;
+mod common;