fixed trailing white spaces
This commit is contained in:
parent
2b64913664
commit
e969b88e5a
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ foreach_interrupt! {
|
|||
fn $irq() {
|
||||
DRIVER.on_interrupt()
|
||||
}
|
||||
};
|
||||
};
|
||||
(TIM22, timer, $block:ident, UP, $irq:ident) => {
|
||||
#[cfg(time_driver_tim22)]
|
||||
#[cfg(feature = "rt")]
|
||||
|
@ -135,7 +135,7 @@ foreach_interrupt! {
|
|||
fn $irq() {
|
||||
DRIVER.on_interrupt()
|
||||
}
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
// Clock timekeeping works with something we call "periods", which are time intervals
|
||||
|
|
Loading…
Reference in a new issue