From 937a28cb6bca352df47c7ab5fb69c24794cb9f94 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Thu, 8 Nov 2018 18:59:40 +0100 Subject: Include macros from common module --- tests/ads1x13.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 }; -- cgit v1.2.3-54-g00ecf