Fixing spacing

This commit is contained in:
Ryan Summers 2021-02-03 13:42:43 +01:00
parent b57b666473
commit 4e6f65b3e0
1 changed files with 0 additions and 3 deletions

View File

@ -235,8 +235,6 @@ macro_rules! timer_channels {
pub struct [< Channel $index InputCapture>] {} pub struct [< Channel $index InputCapture>] {}
impl [< Channel $index >] { impl [< Channel $index >] {
/// Construct a new timer channel. /// Construct a new timer channel.
/// ///
/// Note(unsafe): This function must only be called once. Once constructed, the /// 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)); regs.[< $ccmrx _input >]().modify(|_, w| w.[< cc $index s>]().variant(input));
[< Channel $index InputCapture >] {} [< Channel $index InputCapture >] {}
} }
} }