Fixing spacing
This commit is contained in:
parent
b57b666473
commit
4e6f65b3e0
|
@ -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 >] {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue