From 4e6f65b3e011f7b8bb161234bffec95073f2aebf Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Wed, 3 Feb 2021 13:42:43 +0100 Subject: [PATCH] Fixing spacing --- src/hardware/timers.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hardware/timers.rs b/src/hardware/timers.rs index da11cf3..e2cbbc8 100644 --- a/src/hardware/timers.rs +++ b/src/hardware/timers.rs @@ -235,8 +235,6 @@ macro_rules! timer_channels { pub struct [< Channel $index InputCapture>] {} impl [< Channel $index >] { - - /// Construct a new timer channel. /// /// Note(unsafe): This function must only be called once. Once constructed, the @@ -277,7 +275,6 @@ macro_rules! timer_channels { regs.[< $ccmrx _input >]().modify(|_, w| w.[< cc $index s>]().variant(input)); - [< Channel $index InputCapture >] {} } }