summaryrefslogtreecommitdiffstats
path: root/src/devices/construction
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/construction')
-rw-r--r--src/devices/construction/i2c.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/construction/i2c.rs b/src/devices/construction/i2c.rs
index 900a5fe..7e3d1f9 100644
--- a/src/devices/construction/i2c.rs
+++ b/src/devices/construction/i2c.rs
@@ -38,4 +38,5 @@ macro_rules! impl_new_destroy {
}
impl_new_destroy!(Ads1013, new_ads1013, destroy_ads1013);
-impl_new_destroy!(Ads1113, new_ads1113, destroy_ads1113); \ No newline at end of file
+impl_new_destroy!(Ads1113, new_ads1113, destroy_ads1113);
+impl_new_destroy!(Ads1014, new_ads1014, destroy_ads1014);