diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tier1.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tier1.rs b/tests/tier1.rs index b91575e..1def511 100644 --- a/tests/tier1.rs +++ b/tests/tier1.rs @@ -6,7 +6,6 @@ use hal::i2c::Transaction as I2cTrans; extern crate ads1x1x; use ads1x1x::{ channel, DataRate12Bit, DataRate16Bit, Error }; -#[macro_use] mod common; use common::{ new_ads1013, destroy_ads1013, new_ads1113, destroy_ads1113, DEVICE_ADDRESS as DEV_ADDR, Register, BitFlags, Config }; |