From fce3d8546bd619964ec5dd1594cd93e744a99521 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sun, 11 Nov 2018 17:32:52 +0100 Subject: Implement value conversions over type parameter --- src/channels.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/channels.rs') diff --git a/src/channels.rs b/src/channels.rs index c202ad3..5b0d4d4 100644 --- a/src/channels.rs +++ b/src/channels.rs @@ -35,7 +35,7 @@ pub enum ChannelSelection { macro_rules! impl_channel { ( $IC:ident, $CH:ident ) => { - impl hal::adc::Channel> for channel::$CH { + impl hal::adc::Channel> for channel::$CH { type ID = ChannelSelection; fn channel() -> Self::ID { -- cgit v1.2.3-54-g00ecf