From df30ade977dceef79b69fa8d7fe193bcc23d35c3 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Thu, 8 Nov 2018 19:08:57 +0100 Subject: Add support for setting the comparator mode --- src/devices/ads1x1x/features/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/ads1x1x/features/mod.rs') diff --git a/src/devices/ads1x1x/features/mod.rs b/src/devices/ads1x1x/features/mod.rs index ad26258..c24b7b4 100644 --- a/src/devices/ads1x1x/features/mod.rs +++ b/src/devices/ads1x1x/features/mod.rs @@ -2,4 +2,4 @@ //! support. mod tier1; - +mod tier2; -- cgit v1.2.3-54-g00ecf