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